Home
last modified time | relevance | path

Searched defs:parity (Results 1 – 15 of 15) sorted by relevance

/btstack/platform/posix/
H A Dbtstack_uart_posix.c254 static void btstack_uart_posix_set_parity_option(struct termios * toptions, int parity){ in btstack_uart_posix_set_parity_option()
282 static int btstack_uart_posix_set_parity(int parity){ in btstack_uart_posix_set_parity()
308 const int parity = uart_config->parity; in btstack_uart_posix_open() local
/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c218 static void btstack_uart_posix_set_parity_option(struct termios * toptions, int parity){
238 static int btstack_uart_posix_set_parity(int parity){
/btstack/platform/windows/
H A Dbtstack_uart_block_windows.c257 static void btstack_uart_windows_set_parity_option(DCB * serial_params, uint32_t parity){ in btstack_uart_windows_set_parity_option()
287 static int btstack_uart_windows_set_parity(int parity){ in btstack_uart_windows_set_parity()
/btstack/platform/freertos/
H A Dbtstack_uart_block_freertos.c137 static int btstack_uart_block_freertos_set_parity(int parity){ in btstack_uart_block_freertos_set_parity()
/btstack/test/fuzz/
H A Dfuzz_hci_transport_h4.c44 static int btstack_uart_fuzz_set_parity(int parity){ in btstack_uart_fuzz_set_parity()
/btstack/src/
H A Dhci_transport.h130 int parity; // see btstack_uart.h BTSTACK_UART_PARITY member
H A Dbtstack_uart.h80 int parity; member
H A Dbtstack_uart_slip_wrapper.c172 static int btstack_uart_slip_wrapper_set_parity(int parity){ in btstack_uart_slip_wrapper_set_parity()
/btstack/platform/embedded/
H A Dbtstack_uart_block_embedded.c156 static int btstack_uart_embedded_set_parity(int parity){ in btstack_uart_embedded_set_parity()
/btstack/platform/wiced/
H A Dbtstack_uart_block_wiced.c348 static int btstack_uart_block_wiced_set_parity(int parity){ in btstack_uart_block_wiced_set_parity()
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Duart.h130 uint_fast8_t parity; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/hw/
H A Dhw_sci_uart_private.h167 __STATIC_INLINE void HW_SCI_ParitySet (R_SCI0_Type * p_reg, uart_parity_t parity) in HW_SCI_ParitySet()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_uart_api.h136 uart_parity_t parity; ///< Parity type (none or odd or even) member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_uart_api.h164 uart_parity_t parity; ///< Parity type (none or odd or even) member
/btstack/src/classic/
H A Drfcomm.c2391 …t baud_rate, rpn_data_bits_t data_bits, rpn_stop_bits_t stop_bits, rpn_parity_t parity, uint8_t fl… in rfcomm_send_port_configuration()