Struct esp_idf_hal::sys::uart_config_t
source · #[repr(C)]pub struct uart_config_t {
pub baud_rate: i32,
pub data_bits: u32,
pub parity: u32,
pub stop_bits: u32,
pub flow_ctrl: u32,
pub rx_flow_ctrl_thresh: u8,
pub source_clk: u32,
}
Expand description
@brief UART configuration parameters for uart_param_config function
Fields§
§baud_rate: i32
< UART baud rate
data_bits: u32
< UART byte size
parity: u32
< UART parity mode
stop_bits: u32
< UART stop bits
flow_ctrl: u32
< UART HW flow control mode (cts/rts)
rx_flow_ctrl_thresh: u8
< UART HW RTS threshold
source_clk: u32
< UART source clock selection
Trait Implementations§
source§impl Clone for uart_config_t
impl Clone for uart_config_t
source§fn clone(&self) -> uart_config_t
fn clone(&self) -> uart_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_config_t
impl Debug for uart_config_t
source§impl Default for uart_config_t
impl Default for uart_config_t
source§fn default() -> uart_config_t
fn default() -> uart_config_t
Returns the “default value” for a type. Read more
impl Copy for uart_config_t
Auto Trait Implementations§
impl Freeze for uart_config_t
impl RefUnwindSafe for uart_config_t
impl Send for uart_config_t
impl Sync for uart_config_t
impl Unpin for uart_config_t
impl UnwindSafe for uart_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: 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
)