Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/include/
A Ddw_uart_ll.h104 #define DW_UART_LCR_DLS_Pos (0U) macro
105 #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