Enum UDRCFG_A
#[repr(u8)]pub enum UDRCFG_A {
Constant = 0,
RepeatReceived = 1,
RepeatTransmitted = 2,
}
Expand description
Behavior of slave transmitter at underrun condition
Value on reset: 0
Variants§
Constant = 0
0: Slave sends a constant underrun pattern
RepeatReceived = 1
1: Slave repeats last received data frame from master
RepeatTransmitted = 2
2: Slave repeats last transmitted data frame
Trait Implementations§
impl Copy for UDRCFG_A
impl StructuralPartialEq for UDRCFG_A
Auto Trait Implementations§
impl Freeze for UDRCFG_A
impl RefUnwindSafe for UDRCFG_A
impl Send for UDRCFG_A
impl Sync for UDRCFG_A
impl Unpin for UDRCFG_A
impl UnwindSafe for UDRCFG_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