Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sci_uart/
Dr_sci_uart.c93 #define SCI_UART_FCR_RSTRG_OFFSET (12) macro
1424 fcr |= ((p_ctrl->fifo_depth - 1U) & SCI_UART_FCR_TRIGGER_MASK) << SCI_UART_FCR_RSTRG_OFFSET; in r_sci_uart_fifo_cfg()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c133 #define SCI_UART_FCR_RSTRG_OFFSET (24U) macro
1441 …r |= ((p_instance_ctrl->fifo_depth - 1U) & SCI_UART_FCR_TRIGGER_MASK) << SCI_UART_FCR_RSTRG_OFFSET; in r_sci_uart_fifo_cfg()