| 
    STM32F103xB HAL User Manual
   
    
   
   | 
  
  
  
 
Extended features functions. More...
Functions | |
| void | HAL_GPIOEx_ConfigEventout (uint32_t GPIO_PortSource, uint32_t GPIO_PinSource) | 
| Configures the port and pin on which the EVENTOUT Cortex signal will be connected.   | |
| void | HAL_GPIOEx_EnableEventout (void) | 
| Enables the Event Output.   | |
| void | HAL_GPIOEx_DisableEventout (void) | 
| Disables the Event Output.   | |
Extended features functions.
  ==============================================================================
                 ##### Extended features functions #####
  ==============================================================================
    [..]  This section provides functions allowing to:
    (+) Configure EVENTOUT Cortex feature using the function HAL_GPIOEx_ConfigEventout()
    (+) Activate EVENTOUT Cortex feature using the HAL_GPIOEx_EnableEventout()
    (+) Deactivate EVENTOUT Cortex feature using the HAL_GPIOEx_DisableEventout()
| void HAL_GPIOEx_ConfigEventout | ( | uint32_t | GPIO_PortSource, | 
| uint32_t | GPIO_PinSource | ||
| ) | 
Configures the port and pin on which the EVENTOUT Cortex signal will be connected.
| GPIO_PortSource | Select the port used to output the Cortex EVENTOUT signal. This parameter can be a value of EVENTOUT Port. | 
| GPIO_PinSource | Select the pin used to output the Cortex EVENTOUT signal. This parameter can be a value of EVENTOUT Pin. | 
| None | 
Definition at line 81 of file stm32f1xx_hal_gpio_ex.c.
References assert_param, IS_AFIO_EVENTOUT_PIN, and IS_AFIO_EVENTOUT_PORT.
| void HAL_GPIOEx_DisableEventout | ( | void | ) | 
Disables the Event Output.
| None | 
Definition at line 104 of file stm32f1xx_hal_gpio_ex.c.
| void HAL_GPIOEx_EnableEventout | ( | void | ) | 
Enables the Event Output.
| None | 
Definition at line 95 of file stm32f1xx_hal_gpio_ex.c.
 1.7.6.1