STM32F103xB HAL User Manual
Functions
Output Event configuration
GPIO Exported Functions

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.

Detailed Description

This section propose definition to Configure EVENTOUT Cortex feature .


Function Documentation

__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.

Reference Manual to LL API cross reference:
EVCR PORT LL_GPIO_AF_ConfigEventout
EVCR PIN LL_GPIO_AF_ConfigEventout
Parameters:
LL_GPIO_PortSourceThis parameter can be one of the following values:
LL_GPIO_PinSourceThis parameter can be one of the following values:
Return values:
None

Definition at line 2202 of file stm32f1xx_ll_gpio.h.

__STATIC_INLINE void LL_GPIO_AF_DisableEventout ( void  )

Disables the Event Output.

Reference Manual to LL API cross reference:
EVCR EVOE LL_GPIO_AF_DisableEventout
Return values:
None

Definition at line 2222 of file stm32f1xx_ll_gpio.h.

__STATIC_INLINE void LL_GPIO_AF_EnableEventout ( void  )

Enables the Event Output.

Reference Manual to LL API cross reference:
EVCR EVOE LL_GPIO_AF_EnableEventout
Return values:
None

Definition at line 2212 of file stm32f1xx_ll_gpio.h.