Home
last modified time | relevance | path

Searched defs:toptions (Results 1 – 3 of 3) sorted by relevance

/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c218 static void btstack_uart_posix_set_parity_option(struct termios * toptions, int parity){
228 static void btstack_uart_posix_set_flowcontrol_option(struct termios * toptions, int flowcontrol){
240 struct termios toptions; local
256 struct termios toptions; local
275 struct termios toptions; local
/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()
272 static void btstack_uart_posix_set_flowcontrol_option(struct termios * toptions, int flowcontrol){ in btstack_uart_posix_set_flowcontrol_option()
H A Dbtstack_sco_transport_posix_i2s_test_bridge.c300 struct termios toptions; in posix_i2s_test_bridge_init() local