Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_sci_uart.h171 sci_uart_start_bit_t rx_edge_start; ///< Start reception on falling edge member
Dr_sci_b_uart.h174 sci_b_uart_start_bit_detect_t rx_edge_start; ///< Start reception on falling edge member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_sci_uart.h184 sci_uart_start_bit_t rx_edge_start; ///< Start reception on falling edge member
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/
Dr_sci_b_uart.c1236 …ccr3 |= ((uint32_t) p_extend->rx_edge_start << R_SCI_B0_CCR3_RXDESEL_Pos) & R_SCI_B0_CCR3_RXDESEL_… in r_sci_b_uart_config_set()
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_uart/
Dr_sci_uart.c1360 semr |= (p_extend->rx_edge_start & 1U) << 7; in r_sci_uart_config_set()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c1330 ccr3 |= (p_extend->rx_edge_start & 1U) << SCI_UART_CCR3_RxDSEL_OFFSET; in r_sci_uart_config_set()