STM32L486xx HAL User Manual
Functions
IO operation functions
UARTEx Exported Functions

Extended functions. More...

Functions

__weak void HAL_UARTEx_WakeupCallback (UART_HandleTypeDef *huart)
 UART wakeup from Stop mode callback.

Detailed Description

Extended functions.

 ===============================================================================
                      ##### IO operation functions #####
 ===============================================================================
    This subsection provides a set of Wakeup and FIFO mode related callback functions.

    (#) Wakeup from Stop mode Callback:
        (+) HAL_UARTEx_WakeupCallback()

    (#) TX/RX Fifos Callbacks:
        (+) HAL_UARTEx_RxFifoFullCallback()
        (+) HAL_UARTEx_TxFifoEmptyCallback()


Function Documentation

UART wakeup from Stop mode callback.

Parameters:
huartUART handle.
Return values:
None

Definition at line 289 of file stm32l4xx_hal_uart_ex.c.

Referenced by HAL_UART_IRQHandler(), HAL_UART_UnRegisterCallback(), and UART_InitCallbacksToDefault().