Home
last modified time | relevance | path

Searched refs:GPIO_PinSource (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_gpio_ex.c81 void HAL_GPIOEx_ConfigEventout(uint32_t GPIO_PortSource, uint32_t GPIO_PinSource) in HAL_GPIOEx_ConfigEventout() argument
85 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()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio_ex.h867 void HAL_GPIOEx_ConfigEventout(uint32_t GPIO_PortSource, uint32_t GPIO_PinSource);