pub struct Mrt0 { /* private fields */ }Expand description
Multi-Rate Timer (MRT)
Implementations§
Source§impl Mrt0
impl Mrt0
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn modcfg(self) -> Reg<Modcfg, RW>
pub const fn modcfg(self) -> Reg<Modcfg, RW>
Module Configuration register. This register provides information about this particular MRT instance, and allows choosing an overall mode for the idle channel feature.
Trait Implementations§
impl Copy for Mrt0
impl Eq for Mrt0
impl Send for Mrt0
impl StructuralPartialEq for Mrt0
impl Sync for Mrt0
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