#[repr(transparent)]pub struct Dmac0OtrigSel(pub u32);Expand description
DMAC0 Output Trigger Multiplexers N
Tuple Fields§
§0: u32Implementations§
Source§impl Dmac0OtrigSel
impl Dmac0OtrigSel
Sourcepub const fn dmac0_otrig_sel(&self) -> Dmac0OtrigSel
pub const fn dmac0_otrig_sel(&self) -> Dmac0OtrigSel
DMAC0 Output Triggers Select for A, B, C, D IE.,DMAC0_OTRIG_A, DMAC0_OTRIG_B, DMAC0_OTRIG_C, DMAC0_OTRIG_D DMA0 Output Triggers(n) Selection. 32:1 Selection for each. . .
Sourcepub const fn set_dmac0_otrig_sel(&mut self, val: Dmac0OtrigSel)
pub const fn set_dmac0_otrig_sel(&mut self, val: Dmac0OtrigSel)
DMAC0 Output Triggers Select for A, B, C, D IE.,DMAC0_OTRIG_A, DMAC0_OTRIG_B, DMAC0_OTRIG_C, DMAC0_OTRIG_D DMA0 Output Triggers(n) Selection. 32:1 Selection for each. . .
Trait Implementations§
Source§impl Clone for Dmac0OtrigSel
impl Clone for Dmac0OtrigSel
Source§fn clone(&self) -> Dmac0OtrigSel
fn clone(&self) -> Dmac0OtrigSel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Dmac0OtrigSel
impl Debug for Dmac0OtrigSel
Source§impl Default for Dmac0OtrigSel
impl Default for Dmac0OtrigSel
Source§fn default() -> Dmac0OtrigSel
fn default() -> Dmac0OtrigSel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dmac0OtrigSel
impl PartialEq for Dmac0OtrigSel
impl Copy for Dmac0OtrigSel
impl Eq for Dmac0OtrigSel
impl StructuralPartialEq for Dmac0OtrigSel
Auto Trait Implementations§
impl Freeze for Dmac0OtrigSel
impl RefUnwindSafe for Dmac0OtrigSel
impl Send for Dmac0OtrigSel
impl Sync for Dmac0OtrigSel
impl Unpin for Dmac0OtrigSel
impl UnwindSafe for Dmac0OtrigSel
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