Searched refs:SYSCFG_SwitchState (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() argument756 assert_param(IS_SYSCFG_SWITCH_STATE(SYSCFG_SwitchState)); in HAL_SYSCFG_AnalogSwitchConfig()758 SYSCFG->PMCSETR = (uint32_t)(SYSCFG_SwitchState); in HAL_SYSCFG_AnalogSwitchConfig()
631 void HAL_SYSCFG_AnalogSwitchConfig(uint32_t SYSCFG_AnalogSwitch , uint32_t SYSCFG_SwitchState ) in HAL_SYSCFG_AnalogSwitchConfig() argument635 assert_param(IS_SYSCFG_SWITCH_STATE(SYSCFG_SwitchState)); 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 );