Searched refs:USART_LASTBIT_DISABLE (Results 1 – 3 of 3) sorted by relevance
241 #define USART_LASTBIT_DISABLE (0x00000000U) macro530 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LASTBIT_DISABLE) || \
240 #define USART_LASTBIT_DISABLE ((uint32_t)0x00000000U) /*!< USART frame last data… macro606 #define IS_USART_LASTBIT(__LASTBIT__) (((__LASTBIT__) == USART_LASTBIT_DISABLE) || \
333 #define USART_LASTBIT_DISABLE 0x00000000U /*!< USART frame last data bit clock p… macro849 #define IS_USART_LASTBIT(__LASTBIT__) (((__LASTBIT__) == USART_LASTBIT_DISABLE) || \