Type Definition nrfxlib_sys::nrf_fd_set[][src]

type nrf_fd_set = u32;
Expand description

@defgroup nrf_fd_set_api Descriptor sets API Types and macros used to manipulate the input data argument to the nrf_select() function. s File descriptor sets are used as input to the nrf_select() function for doing I/O multiplexing. The maximum number of descriptors contained in a set is defined by NRF_FD_SETSIZE.

@{