#[repr(transparent)]pub struct Dmac1OtrigSel(pub u32);Expand description
DMAC1 Output Trigger Multiplexers N
Tuple Fields§
§0: u32Implementations§
Source§impl Dmac1OtrigSel
impl Dmac1OtrigSel
Sourcepub const fn dmac1_otrig_sel(&self) -> Dmac1OtrigSel
pub const fn dmac1_otrig_sel(&self) -> Dmac1OtrigSel
DMA1 Output Triggers Select for A, B, C, D IE., DMA1_OTRIG_A, DMA1_OTRIG_B, DM1_OTRIG_C, DMA1_OTRIG_D DMA0 Output Triggers(n) Selection. 32:1 Selection for each. . .
Sourcepub const fn set_dmac1_otrig_sel(&mut self, val: Dmac1OtrigSel)
pub const fn set_dmac1_otrig_sel(&mut self, val: Dmac1OtrigSel)
DMA1 Output Triggers Select for A, B, C, D IE., DMA1_OTRIG_A, DMA1_OTRIG_B, DM1_OTRIG_C, DMA1_OTRIG_D DMA0 Output Triggers(n) Selection. 32:1 Selection for each. . .
Trait Implementations§
Source§impl Clone for Dmac1OtrigSel
impl Clone for Dmac1OtrigSel
Source§fn clone(&self) -> Dmac1OtrigSel
fn clone(&self) -> Dmac1OtrigSel
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 Dmac1OtrigSel
impl Debug for Dmac1OtrigSel
Source§impl Default for Dmac1OtrigSel
impl Default for Dmac1OtrigSel
Source§fn default() -> Dmac1OtrigSel
fn default() -> Dmac1OtrigSel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dmac1OtrigSel
impl PartialEq for Dmac1OtrigSel
impl Copy for Dmac1OtrigSel
impl Eq for Dmac1OtrigSel
impl StructuralPartialEq for Dmac1OtrigSel
Auto Trait Implementations§
impl Freeze for Dmac1OtrigSel
impl RefUnwindSafe for Dmac1OtrigSel
impl Send for Dmac1OtrigSel
impl Sync for Dmac1OtrigSel
impl Unpin for Dmac1OtrigSel
impl UnwindSafe for Dmac1OtrigSel
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