Function esp_idf_hal::sys::tcflow

source ·
pub unsafe extern "C" fn tcflow(fd: i32, action: i32) -> i32
Expand description

@brief Suspend or restart the transmission or reception of data

@param fd file descriptor of the terminal @param action selects actions to do @return 0 when successful, -1 otherwise with errno set