pub struct Mon { /* private fields */ }Expand description
Monitoring
Implementations§
Source§impl Mon
impl Mon
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn intm_irqsel(self) -> Reg<IntmIrqsel, RW>
pub const fn intm_irqsel(self) -> Reg<IntmIrqsel, RW>
Interrupt Request Select for Monitor mon_index
Sourcepub const fn intm_latency(self) -> Reg<IntmLatency, RW>
pub const fn intm_latency(self) -> Reg<IntmLatency, RW>
Interrupt Latency for Monitor mon_index
Sourcepub const fn intm_timer(self) -> Reg<IntmTimer, RW>
pub const fn intm_timer(self) -> Reg<IntmTimer, RW>
Timer for Monitor mon_index
Sourcepub const fn intm_status(self) -> Reg<IntmStatus, R>
pub const fn intm_status(self) -> Reg<IntmStatus, R>
Status for Monitor mon_index
Trait Implementations§
impl Copy for Mon
impl Eq for Mon
impl Send for Mon
impl StructuralPartialEq for Mon
impl Sync for Mon
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