pub enum DDREW {
NOTDISABLED,
DISABLED,
}
Expand description
Values that can be written to the field DDRE
Variants§
NOTDISABLED
DMA is not disabled in case of reception error
DISABLED
DMA is disabled following a reception error
Auto Trait Implementations§
impl Freeze for DDREW
impl RefUnwindSafe for DDREW
impl Send for DDREW
impl Sync for DDREW
impl Unpin for DDREW
impl UnwindSafe for DDREW
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