Home
last modified time | relevance | path

Searched refs:non_blocking (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/vfs/
Dvfs_usb_serial_jtag.c76 bool non_blocking; member
101 s_ctx.non_blocking = ((flags & O_NONBLOCK) == O_NONBLOCK); in usb_serial_jtag_open()
245 if (s_ctx.non_blocking) { in usb_serial_jtag_fcntl()
249 s_ctx.non_blocking = (arg & O_NONBLOCK) != 0; in usb_serial_jtag_fcntl()
Dvfs_uart.c71 bool non_blocking; member
146 s_ctx[fd]->non_blocking = ((flags & O_NONBLOCK) == O_NONBLOCK); in uart_open()
184 int timeout = s_ctx[fd]->non_blocking ? 0 : portMAX_DELAY; in uart_rx_char_via_driver()
302 if (s_ctx[fd]->non_blocking) { in uart_fcntl()
306 s_ctx[fd]->non_blocking = (arg & O_NONBLOCK) != 0; in uart_fcntl()
/hal_espressif-3.6.0/examples/peripherals/sdio/slave/main/
Dapp_main.c213 const TickType_t non_blocking = 0, blocking = portMAX_DELAY; in app_main() local
218 ret = sdio_slave_recv_packet(&handle, non_blocking); in app_main()
259 ret = sdio_slave_send_queue(ptr, length, send_args, non_blocking); in app_main()
/hal_espressif-3.6.0/components/esp-tls/
Desp_tls.c244 static esp_err_t esp_tls_set_socket_non_blocking(int fd, bool non_blocking) in esp_tls_set_socket_non_blocking() argument
252 if (non_blocking) { in esp_tls_set_socket_non_blocking()
/hal_espressif-3.6.0/tools/ci/
Dmypy_ignore_list.txt96 examples/protocols/sockets/non_blocking/example_test.py