Searched refs:GPIO_PinSource (Results 1 – 2 of 2) sorted by relevance
81 void HAL_GPIOEx_ConfigEventout(uint32_t GPIO_PortSource, uint32_t GPIO_PinSource) in HAL_GPIOEx_ConfigEventout() argument85 assert_param(IS_AFIO_EVENTOUT_PIN(GPIO_PinSource)); in HAL_GPIOEx_ConfigEventout()88 MODIFY_REG(AFIO->EVCR, (AFIO_EVCR_PORT) | (AFIO_EVCR_PIN), (GPIO_PortSource) | (GPIO_PinSource)); in HAL_GPIOEx_ConfigEventout()
867 void HAL_GPIOEx_ConfigEventout(uint32_t GPIO_PortSource, uint32_t GPIO_PinSource);