Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_uart_drv.c35 config->rx_fifo_level = uart_rx_fifo_trg_not_empty; in uart_default_config()
169 | UART_FCRR_RFIFOT4_SET(config->rx_fifo_level) in uart_init()
178 | UART_FCR_RFIFOT_SET(config->rx_fifo_level) in uart_init()
373 | UART_FCRR_RFIFOT4_SET(ctrl->rx_fifo_level) in uart_config_fifo_ctrl()
380 | UART_FCR_RFIFOT_SET(ctrl->rx_fifo_level) in uart_config_fifo_ctrl()
387 | UART_FCR_RFIFOT_SET(ctrl->rx_fifo_level) in uart_config_fifo_ctrl()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_uart_drv.h191 uint8_t rx_fifo_level; /**< RX Fifo level */ member
218 uint8_t rx_fifo_level; /**< RX Fifo level */ member
/bsp/hpmicro/libraries/drivers/
A Ddrv_uart_v2.c711 uart_config.rx_fifo_level = uart_rx_fifo_trg_gt_three_quarters; in hpm_uart_configure()
720 uart_config.rx_fifo_level = uart_rx_fifo_trg_not_empty; in hpm_uart_configure()

Completed in 12 milliseconds