Struct esp_idf_sys::uart_sw_flowctrl_t
source · #[repr(C)]pub struct uart_sw_flowctrl_t {
pub xon_char: u8,
pub xoff_char: u8,
pub xon_thrd: u8,
pub xoff_thrd: u8,
}
Expand description
@brief UART software flow control configuration parameters
Fields§
§xon_char: u8
< Xon flow control char
xoff_char: u8
< Xoff flow control char
xon_thrd: u8
< If the software flow control is enabled and the data amount in rxfifo is less than xon_thrd, an xon_char will be sent
xoff_thrd: u8
< If the software flow control is enabled and the data amount in rxfifo is more than xoff_thrd, an xoff_char will be sent
Trait Implementations§
source§impl Clone for uart_sw_flowctrl_t
impl Clone for uart_sw_flowctrl_t
source§fn clone(&self) -> uart_sw_flowctrl_t
fn clone(&self) -> uart_sw_flowctrl_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for uart_sw_flowctrl_t
impl Debug for uart_sw_flowctrl_t
source§impl Default for uart_sw_flowctrl_t
impl Default for uart_sw_flowctrl_t
source§fn default() -> uart_sw_flowctrl_t
fn default() -> uart_sw_flowctrl_t
Returns the “default value” for a type. Read more
impl Copy for uart_sw_flowctrl_t
Auto Trait Implementations§
impl Freeze for uart_sw_flowctrl_t
impl RefUnwindSafe for uart_sw_flowctrl_t
impl Send for uart_sw_flowctrl_t
impl Sync for uart_sw_flowctrl_t
impl Unpin for uart_sw_flowctrl_t
impl UnwindSafe for uart_sw_flowctrl_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)