pub struct Mrt { /* private fields */ }Expand description
LPC-Next0 Multi-Rate Timer (MRT)
Implementations§
Source§impl Mrt
impl Mrt
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 Mrt
impl Eq for Mrt
impl Send for Mrt
impl StructuralPartialEq for Mrt
impl Sync for Mrt
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