#[repr(u8)]pub enum DmaenEos {
DMAEN_EOS_0 = 0,
DMAEN_EOS_1 = 1,
}Variants§
DMAEN_EOS_0 = 0
Disable DMA request at End of Scan event
DMAEN_EOS_1 = 1
Enable DMA request at End of event
Implementations§
Trait Implementations§
Source§impl Ord for DmaenEos
impl Ord for DmaenEos
Source§impl PartialOrd for DmaenEos
impl PartialOrd for DmaenEos
impl Copy for DmaenEos
impl Eq for DmaenEos
impl StructuralPartialEq for DmaenEos
Auto Trait Implementations§
impl Freeze for DmaenEos
impl RefUnwindSafe for DmaenEos
impl Send for DmaenEos
impl Sync for DmaenEos
impl Unpin for DmaenEos
impl UnwindSafe for DmaenEos
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