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