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