Lines Matching defs:config
91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
447 void DCDC_SetPointInit(DCDC_Type *base, const dcdc_setpoint_config_t *config) in DCDC_SetPointInit()