Enum stm32wlxx_hal::pac::usart1::cr2::ABRMOD_A
#[repr(u8)]pub enum ABRMOD_A {
Start = 0,
Edge = 1,
Frame7f = 2,
Frame55 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Auto baud rate mode
Value on reset: 0
Variants§
Start = 0
0: Measurement of the start bit is used to detect the baud rate
Edge = 1
1: Falling edge to falling edge measurement
Frame7f = 2
2: 0x7F frame detection
Frame55 = 3
3: 0x55 frame detection
Trait Implementations§
impl Copy for ABRMOD_A
impl StructuralPartialEq for ABRMOD_A
Auto Trait Implementations§
impl RefUnwindSafe for ABRMOD_A
impl Send for ABRMOD_A
impl Sync for ABRMOD_A
impl Unpin for ABRMOD_A
impl UnwindSafe for ABRMOD_A
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