Searched refs:DW_UART_LCR_DLS_Pos (Results 1 – 1 of 1) sorted by relevance
104 #define DW_UART_LCR_DLS_Pos (0U) macro105 #define DW_UART_LCR_DLS_Msk (0x3U << DW_UART_LCR_DLS_Pos)107 #define DW_UART_LCR_DLS_6_BITS (0x1U << DW_UART_LCR_DLS_Pos)108 #define DW_UART_LCR_DLS_7_BITS (0x2U << DW_UART_LCR_DLS_Pos)109 #define DW_UART_LCR_DLS_8_BITS (0x3U << DW_UART_LCR_DLS_Pos)
Completed in 6 milliseconds