Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_uart_api.h106 } uart_dir_t; typedef
243 fsp_err_t (* communicationAbort)(uart_ctrl_t * const p_ctrl, uart_dir_t communication_to_abort);
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_uart_api.h119 } uart_dir_t; typedef
287 … ssp_err_t (* communicationAbort)(uart_ctrl_t * const p_ctrl, uart_dir_t communication_to_abort);
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/
H A Dr_sci_uart_private_api.h36 ssp_err_t R_SCI_UartAbort (uart_ctrl_t * const p_ctrl, uart_dir_t communication_to_abort);
H A Dr_sci_uart.c768 ssp_err_t R_SCI_UartAbort (uart_ctrl_t * const p_api_ctrl, uart_dir_t communication_to_abort) in R_SCI_UartAbort()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_sci_uart.h209 fsp_err_t R_SCI_UART_Abort(uart_ctrl_t * const p_api_ctrl, uart_dir_t communication_to_abort);
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c846 fsp_err_t R_SCI_UART_Abort (uart_ctrl_t * const p_api_ctrl, uart_dir_t communication_to_abort) in R_SCI_UART_Abort()