Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/include/
A Ddw_uart_ll.h96 #define DW_UART_FCR_RT_Pos (6U) macro
97 #define DW_UART_FCR_RT_Msk (0x3U << DW_UART_FCR_RT_Pos)
99 #define DW_UART_FCR_RT_FIFO_1_4_FULL (0x1U << DW_UART_FCR_RT_Pos)
100 #define DW_UART_FCR_RT_FIFO_1_2_FULL (0x2U << DW_UART_FCR_RT_Pos)
101 #define DW_UART_FCR_RT_FIFO_2_LESS_FULL (0x3U << DW_UART_FCR_RT_Pos)

Completed in 7 milliseconds