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