#[repr(transparent)]pub struct Timer0(pub u32);Expand description
TIMER0 register
Tuple Fields§
§0: u32Implementations§
Source§impl Timer0
impl Timer0
Sourcepub const fn set_tunitcon(&mut self, val: u16)
pub const fn set_tunitcon(&mut self, val: u16)
Unit Connection Timer Elapse (in ms)
Sourcepub const fn set_tseq_init(&mut self, val: u16)
pub const fn set_tseq_init(&mut self, val: u16)
Sequence Initiation Time
Trait Implementations§
impl Copy for Timer0
impl Eq for Timer0
impl StructuralPartialEq for Timer0
Auto Trait Implementations§
impl Freeze for Timer0
impl RefUnwindSafe for Timer0
impl Send for Timer0
impl Sync for Timer0
impl Unpin for Timer0
impl UnwindSafe for Timer0
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