Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pca9422/
Dfsl_pca9422.c1123 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()
Dfsl_pca9422.h1323 pca9422_ldo23_csel_t cSel; member