Home
last modified time | relevance | path

Searched refs:IS_UART_4B_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart_ex.c491 assert_param(IS_UART_4B_ADDRESS(WakeUpSelection.Address)); in UARTEx_Wakeup_AddressConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h1072 #define IS_UART_4B_ADDRESS(ADDRESS) ((ADDRESS) <= 0xF) macro