Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/include/
A Ddw_uart_ll.h265 #define UART_FIFO_INIT_CONFIG (DW_UART_FCR_FIFOE_EN | DW_UART_FCR_RT_FIFO_1_2_FULL|DW_U… macro
317 uart_base->FCR = UART_FIFO_INIT_CONFIG; in dw_uart_fifo_init()
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Duart.c623 uint32_t fcr_reg = UART_FIFO_INIT_CONFIG; in dw_uart_send_dma()
669 uint32_t fcr_reg = UART_FIFO_INIT_CONFIG; in dw_uart_receive_dma()

Completed in 7 milliseconds