Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pca9422/
Dfsl_pca9422.c1183 pca9422_bb_config_t buckBoost; /* buck-boost */ in PCA9422_GetRegulatorDefaultConfig() local
1195 PCA9422_GetDefaultBBConfig(&buckBoost); in PCA9422_GetRegulatorDefaultConfig()
1211 RegConfig->buckBoost = buckBoost; in PCA9422_GetRegulatorDefaultConfig()
1557 regVal = (uint8_t)config->buckBoost.fpwmEn | (uint8_t)config->buckBoost.ocCtrl | in PCA9422_InitRegulator()
1558 (uint8_t)config->buckBoost.softStdn | (uint8_t)config->buckBoost.passiveDis; in PCA9422_InitRegulator()
1566 regVal = (uint8_t)config->buckBoost.enInRun | (uint8_t)config->buckBoost.bbMode | in PCA9422_InitRegulator()
1567 (uint8_t)config->buckBoost.enMode | (uint8_t)config->buckBoost.lpMode; in PCA9422_InitRegulator()
1575 regVal = (uint8_t)PCA9422_BB_OUT_VAL(config->buckBoost.vout); in PCA9422_InitRegulator()
1583 regVal = (uint8_t)PCA9422_BB_OUT_VAL(config->buckBoost.stdyVout); in PCA9422_InitRegulator()
1591 regVal = (uint8_t)PCA9422_BB_OUT_VAL(config->buckBoost.maxVout); in PCA9422_InitRegulator()
[all …]
Dfsl_pca9422.h1385 pca9422_bb_config_t buckBoost; member