Enum stm32wlxx_hal::pac::usart1::cr2::STOP_A
#[repr(u8)]pub enum STOP_A {
Stop1 = 0,
Stop0p5 = 1,
Stop2 = 2,
Stop1p5 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
stop bits
Value on reset: 0
Variants§
Stop1 = 0
0: 1 stop bit
Stop0p5 = 1
1: 0.5 stop bit
Stop2 = 2
2: 2 stop bit
Stop1p5 = 3
3: 1.5 stop bit
Trait Implementations§
impl Copy for STOP_A
impl StructuralPartialEq for STOP_A
Auto Trait Implementations§
impl RefUnwindSafe for STOP_A
impl Send for STOP_A
impl Sync for STOP_A
impl Unpin for STOP_A
impl UnwindSafe for STOP_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