Searched refs:buckBoost (Results 1 – 2 of 2) sorted by relevance
1183 pca9422_bb_config_t buckBoost; /* buck-boost */ in PCA9422_GetRegulatorDefaultConfig() local1195 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 …]
1385 pca9422_bb_config_t buckBoost; member