Struct esp_idf_sys::uart_intr_config_t
source · #[repr(C)]pub struct uart_intr_config_t {
pub intr_enable_mask: u32,
pub rx_timeout_thresh: u8,
pub txfifo_empty_intr_thresh: u8,
pub rxfifo_full_thresh: u8,
}
Expand description
@brief UART interrupt configuration parameters for uart_intr_config function
Fields§
§intr_enable_mask: u32
< UART interrupt enable mask, choose from UART_XXXX_INT_ENA_M under UART_INT_ENA_REG(i), connect with bit-or operator
rx_timeout_thresh: u8
< UART timeout interrupt threshold (unit: time of sending one byte)
txfifo_empty_intr_thresh: u8
< UART TX empty interrupt threshold.
rxfifo_full_thresh: u8
< UART RX full interrupt threshold.
Trait Implementations§
source§impl Clone for uart_intr_config_t
impl Clone for uart_intr_config_t
source§fn clone(&self) -> uart_intr_config_t
fn clone(&self) -> uart_intr_config_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_intr_config_t
impl Debug for uart_intr_config_t
source§impl Default for uart_intr_config_t
impl Default for uart_intr_config_t
source§fn default() -> uart_intr_config_t
fn default() -> uart_intr_config_t
Returns the “default value” for a type. Read more
impl Copy for uart_intr_config_t
Auto Trait Implementations§
impl Freeze for uart_intr_config_t
impl RefUnwindSafe for uart_intr_config_t
impl Send for uart_intr_config_t
impl Sync for uart_intr_config_t
impl Unpin for uart_intr_config_t
impl UnwindSafe for uart_intr_config_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: 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
)§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
)