Searched refs:cSel (Results 1 – 2 of 2) sorted by relevance
1123 ldoCfg[0].cSel = kPCA9422_LDO23AutoCoutDetection; in PCA9422_GetDefaultLDO234Config()1134 ldoCfg[1].cSel = kPCA9422_LDO23AutoCoutDetection; in PCA9422_GetDefaultLDO234Config()1435 …regVal = (uint8_t)config->ldo[0].cSel | (uint8_t)config->ldo[0].llSel | (uint8_t)config->ldo[0].lp… in PCA9422_InitRegulator()1468 …regVal = (uint8_t)config->ldo[1].cSel | (uint8_t)config->ldo[1].llSel | (uint8_t)config->ldo[1].lp… in PCA9422_InitRegulator()
1323 pca9422_ldo23_csel_t cSel; member