Home
last modified time | relevance | path

Searched defs:flowcontrol (Results 1 – 9 of 9) sorted by relevance

/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c228 static void btstack_uart_posix_set_flowcontrol_option(struct termios * toptions, int flowcontrol){
254 static int btstack_uart_posix_set_flowcontrol(int flowcontrol){
272 const int flowcontrol = uart_config->flowcontrol; local
/btstack/platform/windows/
H A Dbtstack_uart_block_windows.c261 static void btstack_uart_windows_set_flowcontrol_option(DCB * serial_params, uint32_t flowcontrol){ in btstack_uart_windows_set_flowcontrol_option()
306 static int btstack_uart_windows_set_flowcontrol(int flowcontrol){ in btstack_uart_windows_set_flowcontrol()
335 const int flowcontrol = uart_config->flowcontrol; in btstack_uart_windows_open() local
/btstack/platform/posix/
H A Dbtstack_uart_posix.c272 static void btstack_uart_posix_set_flowcontrol_option(struct termios * toptions, int flowcontrol){ in btstack_uart_posix_set_flowcontrol_option()
293 static int btstack_uart_posix_set_flowcontrol(int flowcontrol){ in btstack_uart_posix_set_flowcontrol()
307 const int flowcontrol = uart_config->flowcontrol; in btstack_uart_posix_open() local
/btstack/chipset/atwilc3000/
H A Dbtstack_chipset_atwilc3000.c272 …are_with_uart(const btstack_uart_t * uart_driver, uint32_t baudrate, int flowcontrol, const uint8_… in btstack_chipset_atwilc3000_download_firmware_with_uart()
292 …irmware(const btstack_uart_block_t * uart_driver, uint32_t baudrate, int flowcontrol, const uint8_… in btstack_chipset_atwilc3000_download_firmware()
/btstack/src/
H A Dhci_transport.h128 int flowcontrol; // member
H A Dbtstack_uart.h78 int flowcontrol; member
H A Dbtstack_uart_slip_wrapper.c179 static int btstack_uart_slip_wrapper_set_flowcontrol(int flowcontrol){ in btstack_uart_slip_wrapper_set_flowcontrol()
/btstack/port/samv71-xplained-atwilc3000/
H A Dmain.c361 int hal_uart_dma_set_flowcontrol(int flowcontrol){ in hal_uart_dma_set_flowcontrol()
/btstack/test/embedded/
H A Dfreertos_test.cpp59 int hal_uart_dma_set_flowcontrol(int flowcontrol){ return 0;} in hal_uart_dma_set_flowcontrol()