Home
last modified time | relevance | path

Searched defs:p_sci_reg (Results 1 – 2 of 2) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/
H A Dr_sci_uart.c301 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in R_SCI_UartOpen() local
434 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in R_SCI_UartClose() local
578 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in R_SCI_UartWrite() local
644 R_SCI0_Type * p_sci_reg; in R_SCI_UartBaudSet() local
1012 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in r_sci_uart_config_set() local
1087 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in r_sci_uart_fifo_cfg() local
1428 static void r_sci_uart_baud_set (R_SCI0_Type * p_sci_reg, in r_sci_uart_baud_set()
1540 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in r_sci_uart_write_no_transfer() local
1574 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in r_sci_uart_read_data() local
1603 R_SCI0_Type * p_sci_reg = (R_SCI0_Type *) p_ctrl->p_reg; in r_sci_uart_rxi_read_no_transfer() local
[all …]
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c1526 static void r_sci_uart_baud_set (R_SCI0_Type * p_sci_reg, baud_setting_t const * const p_baud_setti… in r_sci_uart_baud_set()