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