pub enum UDRCFG {
Constant = 0,
RepeatReceived = 1,
}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
Trait Implementations§
impl Copy for UDRCFG
impl Eq for UDRCFG
impl StructuralPartialEq for UDRCFG
Auto Trait Implementations§
impl Freeze for UDRCFG
impl RefUnwindSafe for UDRCFG
impl Send for UDRCFG
impl Sync for UDRCFG
impl Unpin for UDRCFG
impl UnwindSafe for UDRCFG
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