pub enum DDRE {
NotDisabled = 0,
Disabled = 1,
}
Expand description
DMA Disable on Reception Error
Value on reset: 0
Variants§
NotDisabled = 0
0: DMA is not disabled in case of reception error
Disabled = 1
1: DMA is disabled following a reception error
Trait Implementations§
impl Copy for DDRE
impl Eq for DDRE
impl StructuralPartialEq for DDRE
Auto Trait Implementations§
impl Freeze for DDRE
impl RefUnwindSafe for DDRE
impl Send for DDRE
impl Sync for DDRE
impl Unpin for DDRE
impl UnwindSafe for DDRE
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