[][src]Function nrfxlib_sys::nrf_fcntl

pub unsafe extern "C" fn nrf_fcntl(fd: c_int, cmd: c_int, flags: c_int) -> c_int

@brief Function for controlling file descriptor options.

@details Set or get file descriptor options or flags. For a list of supported commands, refer to @ref nrf_fcnt_commands. For a list of supported flags, refer to @ref nrf_fcnt_flags.

@param[in] fd The descriptor to set options on. @param[in] cmd The command class for options. @param[in] flags The flags to set.