Enum avr_device::atmega4809::usart0::ctrld::ABW_A
source · #[repr(u8)]pub enum ABW_A {
WDW0 = 0,
WDW1 = 1,
WDW2 = 2,
WDW3 = 3,
}
Expand description
Auto Baud Window
Value on reset: 0
Variants§
WDW0 = 0
0: 18% tolerance
WDW1 = 1
1: 15% tolerance
WDW2 = 2
2: 21% tolerance
WDW3 = 3
3: 25% tolerance
Trait Implementations§
source§impl PartialEq for ABW_A
impl PartialEq for ABW_A
impl Copy for ABW_A
impl Eq for ABW_A
impl StructuralPartialEq for ABW_A
Auto Trait Implementations§
impl RefUnwindSafe for ABW_A
impl Send for ABW_A
impl Sync for ABW_A
impl Unpin for ABW_A
impl UnwindSafe for ABW_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