Searched defs:parity (Results 1 – 15 of 15) sorted by relevance
254 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
218 static void btstack_uart_posix_set_parity_option(struct termios * toptions, int parity){238 static int btstack_uart_posix_set_parity(int parity){
257 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()
137 static int btstack_uart_block_freertos_set_parity(int parity){ in btstack_uart_block_freertos_set_parity()
44 static int btstack_uart_fuzz_set_parity(int parity){ in btstack_uart_fuzz_set_parity()
130 int parity; // see btstack_uart.h BTSTACK_UART_PARITY member
80 int parity; member
172 static int btstack_uart_slip_wrapper_set_parity(int parity){ in btstack_uart_slip_wrapper_set_parity()
156 static int btstack_uart_embedded_set_parity(int parity){ in btstack_uart_embedded_set_parity()
348 static int btstack_uart_block_wiced_set_parity(int parity){ in btstack_uart_block_wiced_set_parity()
130 uint_fast8_t parity; member
167 __STATIC_INLINE void HW_SCI_ParitySet (R_SCI0_Type * p_reg, uart_parity_t parity) in HW_SCI_ParitySet()
136 uart_parity_t parity; ///< Parity type (none or odd or even) member
164 uart_parity_t parity; ///< Parity type (none or odd or even) member
2391 …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()