Searched defs:UART_LCR_STOP (Results 1 – 8 of 8) sorted by relevance
39 #define UART_LCR_STOP 0x4 /* Stop bits: 0=1 bit, 1=2 bits */ macro
105 #define UART_LCR_STOP (BIT(2)) macro
61 #define UART_LCR_STOP (BIT(2)) macro
93 #define UART_LCR_STOP 0x04 /**< Stop bits: 0=1 bit, 1=2 bits */ macro
99 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
285 #define UART_LCR_STOP (BIT(2)) macro
1309 #define UART_LCR_STOP ((uint32_t)0x0004) macro
1894 #define UART_LCR_STOP UART_LCR_STOP_Msk macro
Completed in 76 milliseconds