#[repr(u8)]pub enum Disel {
ALL_DISABLED = 0,
DMAREQ_ENABLED = 1,
INTREQ_ENABLED = 2,
_RESERVED_3 = 3,
}Variants§
ALL_DISABLED = 0
Disables DMA and interrupt requests
DMAREQ_ENABLED = 1
Enables DMA requests
INTREQ_ENABLED = 2
Enables interrupt requests
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Disel
impl Ord for Disel
Source§impl PartialOrd for Disel
impl PartialOrd for Disel
impl Copy for Disel
impl Eq for Disel
impl StructuralPartialEq for Disel
Auto Trait Implementations§
impl Freeze for Disel
impl RefUnwindSafe for Disel
impl Send for Disel
impl Sync for Disel
impl Unpin for Disel
impl UnwindSafe for Disel
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