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