Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_uart_api.h98 } uart_stop_bits_t; typedef
137 uart_stop_bits_t stop_bits; ///< Stop bit length (1 or 2)
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_uart_api.h111 } uart_stop_bits_t; typedef
165 uart_stop_bits_t stop_bits; ///< Stop bit length (1 or 2)
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/hw/
H A Dhw_sci_uart_private.h214 __STATIC_INLINE void HW_SCI_StopBitsSelect (R_SCI0_Type * p_reg, uart_stop_bits_t stop_bits) in HW_SCI_StopBitsSelect()