Home
last modified time | relevance | path

Searched refs:exception_fd (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c138 sl_si91x_fd_set *exception_fd) in handle_select_response() argument
146 SLI_SI91X_NULL_SAFE_FD_ZERO(exception_fd); in handle_select_response()
902 sl_si91x_fd_set exception_fd; in si91x_socket_event_handler() local
905 …lect_response((sl_si91x_socket_select_rsp_t *)rx_packet->data, &read_fd, &write_fd, &exception_fd); in si91x_socket_event_handler()
908 select_request->select_callback(&read_fd, &write_fd, &exception_fd, status); in si91x_socket_event_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_utility.h215 sl_si91x_fd_set *exception_fd);