Enum Dmngt
#[repr(u8)]pub enum Dmngt {
DR = 0,
DMA_ONESHOT = 1,
DFSDM = 2,
DMA_CIRCULAR = 3,
}
Variants§
DR = 0
Store output data in DR only
DMA_ONESHOT = 1
DMA One Shot Mode selected
DFSDM = 2
DFSDM mode selected
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)