#[repr(C)]pub struct UART_AdvFeatureInitTypeDef {
pub AdvFeatureInit: u32,
pub AutoBaudRateEnable: u32,
pub AutoBaudRateMode: u32,
}
Fields§
§AdvFeatureInit: u32
< Specifies which advanced UART features is initialized. Several Advanced Features may be initialized at the same time . This parameter can be a value of @ref UART_Advanced_Features_Initialization_Type.
AutoBaudRateEnable: u32
< Specifies whether auto Baud rate detection is enabled. This parameter can be a value of @ref UART_AutoBaudRate_Enable.
AutoBaudRateMode: u32
< If auto Baud rate detection is enabled, specifies how the rate detection is carried out. This parameter can be a value of @ref UART_AutoBaud_Rate_Mode.
Trait Implementations§
Source§impl Clone for UART_AdvFeatureInitTypeDef
impl Clone for UART_AdvFeatureInitTypeDef
Source§fn clone(&self) -> UART_AdvFeatureInitTypeDef
fn clone(&self) -> UART_AdvFeatureInitTypeDef
Returns a copy of the value. Read more
1.0.0 · Source§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_AdvFeatureInitTypeDef
impl Debug for UART_AdvFeatureInitTypeDef
impl Copy for UART_AdvFeatureInitTypeDef
Auto Trait Implementations§
impl Freeze for UART_AdvFeatureInitTypeDef
impl RefUnwindSafe for UART_AdvFeatureInitTypeDef
impl Send for UART_AdvFeatureInitTypeDef
impl Sync for UART_AdvFeatureInitTypeDef
impl Unpin for UART_AdvFeatureInitTypeDef
impl UnwindSafe for UART_AdvFeatureInitTypeDef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more