|
STM32L443xx HAL User Manual
|
Functions | |
| 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. | |
| 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.
| huart | UART handle. |
| WakeUpSelection | UART wake up from stop mode parameters. |
| None |
Definition at line 1015 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().
1.7.6.1