Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sci_uart/
Dr_sci_uart.c347 p_ctrl->fifo_depth = 0U; in R_SCI_UART_Open()
353 p_ctrl->fifo_depth = BSP_FEATURE_SCI_UART_FIFO_DEPTH; in R_SCI_UART_Open()
613 if (p_ctrl->fifo_depth > 0U) in R_SCI_UART_Write()
652 if (p_ctrl->fifo_depth == 0U) in R_SCI_UART_Write()
856 if (0U != p_ctrl->fifo_depth) in R_SCI_UART_Abort()
887 if (0U != p_ctrl->fifo_depth) in R_SCI_UART_Abort()
1205 if (p_ctrl->fifo_depth > 0U) in r_sci_uart_transfer_configure()
1399 if (0U != p_ctrl->fifo_depth) in r_sci_uart_fifo_cfg()
1419 … fcr |= (((p_ctrl->fifo_depth - 1U) & p_extend->rx_fifo_trigger) & SCI_UART_FCR_TRIGGER_MASK) << in r_sci_uart_fifo_cfg()
1424 fcr |= ((p_ctrl->fifo_depth - 1U) & SCI_UART_FCR_TRIGGER_MASK) << SCI_UART_FCR_RSTRG_OFFSET; in r_sci_uart_fifo_cfg()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/
Dr_sci_b_uart.c310 p_ctrl->fifo_depth = 0U; in R_SCI_B_UART_Open()
317 p_ctrl->fifo_depth = BSP_FEATURE_SCI_UART_FIFO_DEPTH; in R_SCI_B_UART_Open()
432 if (p_ctrl->fifo_depth > 0U) in R_SCI_B_UART_Close()
825 if (p_ctrl->fifo_depth > 0U) in R_SCI_B_UART_Abort()
849 if (0U != p_ctrl->fifo_depth) in R_SCI_B_UART_Abort()
901 if (0U != p_ctrl->fifo_depth) in R_SCI_B_UART_ReadStop()
1240 if (p_ctrl->fifo_depth > 0U) in r_sci_b_uart_config_set()
1317 if (0U != p_ctrl->fifo_depth) in r_sci_b_uart_fifo_cfg()
1339 … fcr |= (((p_ctrl->fifo_depth - 1U) & p_extend->rx_fifo_trigger) & SCI_B_UART_FCR_TRIGGER_MASK) << in r_sci_b_uart_fifo_cfg()
1344 fcr |= ((p_ctrl->fifo_depth - 1U) & SCI_B_UART_FCR_TRIGGER_MASK) << R_SCI_B0_FCR_RSTRG_Pos; in r_sci_b_uart_fifo_cfg()
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c367 p_instance_ctrl->fifo_depth = 0U; in R_SCI_UART_Open()
373 p_instance_ctrl->fifo_depth = BSP_FEATURE_SCI_UART_FIFO_DEPTH; in R_SCI_UART_Open()
851 if (0U != p_instance_ctrl->fifo_depth) in R_SCI_UART_Abort()
880 if (0U != p_instance_ctrl->fifo_depth) in R_SCI_UART_Abort()
938 if (0U != p_instance_ctrl->fifo_depth) in R_SCI_UART_ReadStop()
1408 if (0U != p_instance_ctrl->fifo_depth) in r_sci_uart_fifo_cfg()
1436 …fcr |= (((p_instance_ctrl->fifo_depth - 1U) & p_extend->rx_fifo_trigger) & SCI_UART_FCR_TRIGGER_MA… in r_sci_uart_fifo_cfg()
1441 …fcr |= ((p_instance_ctrl->fifo_depth - 1U) & SCI_UART_FCR_TRIGGER_MASK) << SCI_UART_FCR_RSTRG_OFFS… in r_sci_uart_fifo_cfg()
1591 if (0U != p_instance_ctrl->fifo_depth) in sci_uart_txi_common()
1594 …for (uint32_t cnt = fifo_count; (cnt < p_instance_ctrl->fifo_depth) && p_instance_ctrl->tx_src_byt… in sci_uart_txi_common()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_sci_uart.h55 uint8_t fifo_depth; // FIFO depth of the UART channel member
Dr_sci_b_uart.h55 uint8_t fifo_depth; // FIFO depth of the UART channel member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_sci_uart.h55 uint8_t fifo_depth; // FIFO depth of the UART channel member