#[repr(transparent)]pub struct SmartDmaTrig(pub u32);Expand description
SmartDMA Trigger Input Connections
Tuple Fields§
§0: u32Implementations§
Source§impl SmartDmaTrig
impl SmartDmaTrig
Sourcepub const fn inp(&self) -> SmartDmaTrigInp
pub const fn inp(&self) -> SmartDmaTrigInp
Input number for SmartDMA.
Sourcepub const fn set_inp(&mut self, val: SmartDmaTrigInp)
pub const fn set_inp(&mut self, val: SmartDmaTrigInp)
Input number for SmartDMA.
Trait Implementations§
Source§impl Clone for SmartDmaTrig
impl Clone for SmartDmaTrig
Source§fn clone(&self) -> SmartDmaTrig
fn clone(&self) -> SmartDmaTrig
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 SmartDmaTrig
impl Debug for SmartDmaTrig
Source§impl Default for SmartDmaTrig
impl Default for SmartDmaTrig
Source§fn default() -> SmartDmaTrig
fn default() -> SmartDmaTrig
Returns the “default value” for a type. Read more
Source§impl PartialEq for SmartDmaTrig
impl PartialEq for SmartDmaTrig
impl Copy for SmartDmaTrig
impl Eq for SmartDmaTrig
impl StructuralPartialEq for SmartDmaTrig
Auto Trait Implementations§
impl Freeze for SmartDmaTrig
impl RefUnwindSafe for SmartDmaTrig
impl Send for SmartDmaTrig
impl Sync for SmartDmaTrig
impl Unpin for SmartDmaTrig
impl UnwindSafe for SmartDmaTrig
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