Home
last modified time | relevance | path

Searched refs:g_ppgModeTab (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/chipset/ppg/
H A Dppg_cs1262_fw.c57 static struct PpgModeTab g_ppgModeTab[] = { variable
87 for (uint8_t index = 0; index < HDF_ARRAY_SIZE(g_ppgModeTab); index++) { in Cs1262Loadfw()
88 if (g_ppgModeTab[index].mode == mode) { in Cs1262Loadfw()
89 … ret = validateTab((uint8_t *)(g_ppgModeTab[index].regTab), sizeof(*g_ppgModeTab[index].regTab)); in Cs1262Loadfw()
94 *configTab = g_ppgModeTab[index].regTab; in Cs1262Loadfw()