Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h372 #define UART_LIN_DISABLE ((uint32_t)0x00000000U) /*!< Local Inter… macro
1177 #define IS_UART_LIN(__LIN__) (((__LIN__) == UART_LIN_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h474 #define UART_LIN_DISABLE 0x00000000U /*!< Local Interconnect Netw… macro
1370 #define IS_UART_LIN(__LIN__) (((__LIN__) == UART_LIN_DISABLE) || \