Struct Dmngt
#[repr(transparent)]pub struct Dmngt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Dmngt
impl Dmngt
pub const DR: Self
pub const DR: Self
Store output data in DR only
pub const DMA_ONESHOT: Self
pub const DMA_ONESHOT: Self
DMA One Shot Mode selected
pub const DFSDM: Self
pub const DFSDM: Self
DFSDM mode selected
pub const DMA_CIRCULAR: Self
pub const DMA_CIRCULAR: Self
DMA Circular Mode selected
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