Home
last modified time | relevance | path

Searched refs:USART_LASTBIT_DISABLE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_usart.h241 #define USART_LASTBIT_DISABLE (0x00000000U) macro
530 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LASTBIT_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h240 #define USART_LASTBIT_DISABLE ((uint32_t)0x00000000U) /*!< USART frame last data… macro
606 #define IS_USART_LASTBIT(__LASTBIT__) (((__LASTBIT__) == USART_LASTBIT_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h333 #define USART_LASTBIT_DISABLE 0x00000000U /*!< USART frame last data bit clock p… macro
849 #define IS_USART_LASTBIT(__LASTBIT__) (((__LASTBIT__) == USART_LASTBIT_DISABLE) || \