STM32F103xB HAL User Manual
|
This section propose definition to Configure EVENTOUT Cortex feature . More...
Functions | |
__STATIC_INLINE void | LL_GPIO_AF_ConfigEventout (uint32_t LL_GPIO_PortSource, uint32_t LL_GPIO_PinSource) |
Configures the port and pin on which the EVENTOUT Cortex signal will be connected. | |
__STATIC_INLINE void | LL_GPIO_AF_EnableEventout (void) |
Enables the Event Output. | |
__STATIC_INLINE void | LL_GPIO_AF_DisableEventout (void) |
Disables the Event Output. |
This section propose definition to Configure EVENTOUT Cortex feature .
__STATIC_INLINE void LL_GPIO_AF_ConfigEventout | ( | uint32_t | LL_GPIO_PortSource, |
uint32_t | LL_GPIO_PinSource | ||
) |
Configures the port and pin on which the EVENTOUT Cortex signal will be connected.
LL_GPIO_PortSource | This parameter can be one of the following values: |
LL_GPIO_PinSource | This parameter can be one of the following values:
|
None |
Definition at line 2202 of file stm32f1xx_ll_gpio.h.
__STATIC_INLINE void LL_GPIO_AF_DisableEventout | ( | void | ) |
Disables the Event Output.
None |
Definition at line 2222 of file stm32f1xx_ll_gpio.h.
__STATIC_INLINE void LL_GPIO_AF_EnableEventout | ( | void | ) |
Enables the Event Output.
None |
Definition at line 2212 of file stm32f1xx_ll_gpio.h.