Searched refs:g_ppgModeTab (Results 1 – 1 of 1) sorted by relevance
57 static struct PpgModeTab g_ppgModeTab[] = { variable87 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()