Home
last modified time | relevance | path

Searched refs:R_SCI_UART_Open (Results 1 – 3 of 3) sorted by relevance

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_sci_uart.h203 fsp_err_t R_SCI_UART_Open(uart_ctrl_t * const p_api_ctrl, uart_cfg_t const * const p_cfg);
/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_entry.c358 err = R_SCI_UART_Open(&g_uart0_ctrl, g_uart0.p_cfg); in R_BSP_WarmStart()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c277 .open = R_SCI_UART_Open,
313 fsp_err_t R_SCI_UART_Open (uart_ctrl_t * const p_api_ctrl, uart_cfg_t const * const p_cfg) in R_SCI_UART_Open() function