Enum Dmngt
#[repr(u8)]pub enum Dmngt {
DR = 0,
DMA_ONE_SHOT = 1,
MDF = 2,
DMA_CIRCULAR = 3,
}Variants§
DR = 0
Regular conversion data stored in DR only.
DMA_ONE_SHOT = 1
DMA one-shot mode selected.
MDF = 2
MDF mode detected.
DMA_CIRCULAR = 3
DMA circular mode selected.
Implementations§
Trait Implementations§
§impl Ord for Dmngt
impl Ord for Dmngt
§impl PartialOrd for Dmngt
impl PartialOrd for Dmngt
impl Copy for Dmngt
impl Eq for Dmngt
impl StructuralPartialEq for Dmngt
Auto Trait Implementations§
impl Freeze for Dmngt
impl RefUnwindSafe for Dmngt
impl Send for Dmngt
impl Sync for Dmngt
impl Unpin for Dmngt
impl UnwindSafe for Dmngt
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