Searched refs:SYSCFG_AnalogSwitch (Results 1 – 4 of 4) sorted by relevance
752 void HAL_SYSCFG_AnalogSwitchConfig(uint32_t SYSCFG_AnalogSwitch , uint32_t SYSCFG_SwitchState ) in HAL_SYSCFG_AnalogSwitchConfig() argument755 assert_param(IS_SYSCFG_ANALOG_SWITCH(SYSCFG_AnalogSwitch)); in HAL_SYSCFG_AnalogSwitchConfig()757 SYSCFG->PMCCLRR = SYSCFG_AnalogSwitch; in HAL_SYSCFG_AnalogSwitchConfig()
631 void HAL_SYSCFG_AnalogSwitchConfig(uint32_t SYSCFG_AnalogSwitch , uint32_t SYSCFG_SwitchState ) in HAL_SYSCFG_AnalogSwitchConfig() argument634 assert_param(IS_SYSCFG_ANALOG_SWITCH(SYSCFG_AnalogSwitch)); in HAL_SYSCFG_AnalogSwitchConfig()637 MODIFY_REG(SYSCFG->PMCR, (uint32_t) SYSCFG_AnalogSwitch, (uint32_t)(SYSCFG_SwitchState)); in HAL_SYSCFG_AnalogSwitchConfig()
758 void HAL_SYSCFG_AnalogSwitchConfig(uint32_t SYSCFG_AnalogSwitch , uint32_t SYSCFG_SwitchState );
1096 void HAL_SYSCFG_AnalogSwitchConfig(uint32_t SYSCFG_AnalogSwitch , uint32_t SYSCFG_SwitchState );