Searched refs:uart_event_t (Results 1 – 6 of 6) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/inc/api/ |
D | r_uart_api.h | 60 } uart_event_t; typedef 107 uart_event_t event; ///< Event code
|
/hal_renesas-latest/drivers/ra/fsp/inc/api/ |
D | r_uart_api.h | 59 } uart_event_t; typedef 112 uart_event_t event; ///< Event code
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/ |
D | r_sci_b_uart.c | 172 …r_sci_b_uart_call_callback(sci_b_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t event); 1422 …r_sci_b_uart_call_callback (sci_b_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t event) in r_sci_b_uart_call_callback() 1772 …uart_event_t event = (uart_event_t) ((((csr & R_SCI_B0_CSR_ORER_Msk) == R_SCI_B0_CSR_ORER_Msk) << … in sci_b_uart_eri_isr()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_uart/ |
D | r_sci_uart.c | 184 static void r_sci_uart_call_callback(sci_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t… 1531 …oid r_sci_uart_call_callback (sci_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t event) in r_sci_uart_call_callback() 1870 uart_event_t event; in sci_uart_eri_isr() 1889 event = (uart_event_t) (p_ctrl->p_reg->SSR & SCI_RCVR_ERR_MASK); in sci_uart_eri_isr()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_scif_uart/ |
D | r_scif_uart.c | 92 …d r_scif_uart_call_callback(scif_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t event); 1630 …d r_scif_uart_call_callback (scif_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t event) in r_scif_uart_call_callback() 1752 uart_event_t event; in scif_uart_receive_sub() 1965 uart_event_t event; in scif_uart_bri_isr()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/ |
D | r_sci_uart.c | 189 …_uart_call_callback(sci_uart_instance_ctrl_t * p_instance_ctrl, uint32_t data, uart_event_t event); 1534 …_uart_call_callback (sci_uart_instance_ctrl_t * p_instance_ctrl, uint32_t data, uart_event_t event) in r_sci_uart_call_callback() 1875 uart_event_t event = (uart_event_t) 0U; in sci_uart_eri_isr()
|