Searched refs:USART_LastBit_Disable (Results 1 – 12 of 12) sorted by relevance
208 #define USART_LastBit_Disable ((uint16_t)0x0000) macro210 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \
209 #define USART_LastBit_Disable ((uint32_t)0x00000000) macro211 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \
104 #define USART_LastBit_Disable ((uint16_t)0x0000) macro
214 #define USART_LastBit_Disable ((uint32_t)0x00000000) macro216 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \
219 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
218 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
236 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
319 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
240 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
338 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
Completed in 21 milliseconds