Searched refs:GPIO_PortSource (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() argument84 assert_param(IS_AFIO_EVENTOUT_PORT(GPIO_PortSource)); 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);