#[repr(transparent)]pub struct Dma0ItrigInmux(pub u32);Expand description
Trigger select register for DMA0 channel
Tuple Fields§
§0: u32Implementations§
Source§impl Dma0ItrigInmux
impl Dma0ItrigInmux
Sourcepub const fn inp(&self) -> Dma0ItrigInmuxInp
pub const fn inp(&self) -> Dma0ItrigInmuxInp
Trigger input number (decimal value) for DMA channel n (n = 0 to 22).
Sourcepub const fn set_inp(&mut self, val: Dma0ItrigInmuxInp)
pub const fn set_inp(&mut self, val: Dma0ItrigInmuxInp)
Trigger input number (decimal value) for DMA channel n (n = 0 to 22).
Trait Implementations§
Source§impl Clone for Dma0ItrigInmux
impl Clone for Dma0ItrigInmux
Source§fn clone(&self) -> Dma0ItrigInmux
fn clone(&self) -> Dma0ItrigInmux
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 Dma0ItrigInmux
impl Debug for Dma0ItrigInmux
Source§impl Default for Dma0ItrigInmux
impl Default for Dma0ItrigInmux
Source§fn default() -> Dma0ItrigInmux
fn default() -> Dma0ItrigInmux
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dma0ItrigInmux
impl PartialEq for Dma0ItrigInmux
impl Copy for Dma0ItrigInmux
impl Eq for Dma0ItrigInmux
impl StructuralPartialEq for Dma0ItrigInmux
Auto Trait Implementations§
impl Freeze for Dma0ItrigInmux
impl RefUnwindSafe for Dma0ItrigInmux
impl Send for Dma0ItrigInmux
impl Sync for Dma0ItrigInmux
impl Unpin for Dma0ItrigInmux
impl UnwindSafe for Dma0ItrigInmux
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