STM32L486xx HAL User Manual
Functions
UARTEx Private Functions
UARTEx

Functions

void UART_InitCallbacksToDefault (UART_HandleTypeDef *huart)
 Initialize the callbacks to their default values.
static void UARTEx_Wakeup_AddressConfig (UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection)
 Initialize the UART wake-up from stop mode parameters when triggered by address detection.

Function Documentation

static void UARTEx_Wakeup_AddressConfig ( UART_HandleTypeDef huart,
UART_WakeUpTypeDef  WakeUpSelection 
) [static]

Initialize the UART wake-up from stop mode parameters when triggered by address detection.

Parameters:
huartUART handle.
WakeUpSelectionUART wake up from stop mode parameters.
Return values:
None

Definition at line 745 of file stm32l4xx_hal_uart_ex.c.

References UART_WakeUpTypeDef::Address, UART_WakeUpTypeDef::AddressLength, assert_param, __UART_HandleTypeDef::Instance, IS_UART_ADDRESSLENGTH_DETECT, and UART_CR2_ADDRESS_LSB_POS.

Referenced by HAL_UARTEx_StopModeWakeUpSourceConfig().