Function esp_idf_hal::sys::tcsendbreak
source ยท pub unsafe extern "C" fn tcsendbreak(fd: i32, duration: i32) -> i32
Expand description
@brief Send a break for a specific duration
@param fd file descriptor of the terminal @param duration duration of break @return 0 when successful, -1 otherwise with errno set