pub struct Tmr { /* private fields */ }Expand description
TMR
Implementations§
Source§impl Tmr
impl Tmr
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn csctrl0(self) -> Reg<Csctrl0, RW>
pub const fn csctrl0(self) -> Reg<Csctrl0, RW>
Timer Channel Comparator Status and Control Register
Sourcepub const fn csctrl1(self) -> Reg<Csctrl1, RW>
pub const fn csctrl1(self) -> Reg<Csctrl1, RW>
Timer Channel Comparator Status and Control Register
Sourcepub const fn csctrl2(self) -> Reg<Csctrl2, RW>
pub const fn csctrl2(self) -> Reg<Csctrl2, RW>
Timer Channel Comparator Status and Control Register
Trait Implementations§
impl Copy for Tmr
impl Eq for Tmr
impl Send for Tmr
impl StructuralPartialEq for Tmr
impl Sync for Tmr
Auto Trait Implementations§
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