pub struct OmapL3Smx { /* private fields */ }Implementations§
Source§impl OmapL3Smx
impl OmapL3Smx
Sourcepub fn read_error_at(&self, base_offset: usize) -> Omap3L3ErrorInfo
pub fn read_error_at(&self, base_offset: usize) -> Omap3L3ErrorInfo
Reads error at.
Sourcepub fn clear_error_at(&self, base_offset: usize)
pub fn clear_error_at(&self, base_offset: usize)
Performs the clear error at operation.
Sourcepub fn read_flag_status(&self, irq_type: usize) -> u32
pub fn read_flag_status(&self, irq_type: usize) -> u32
Reads flag status.
Sourcepub fn handle_error_irq(&mut self, irq_type: usize) -> Option<Omap3L3ErrorInfo>
pub fn handle_error_irq(&mut self, irq_type: usize) -> Option<Omap3L3ErrorInfo>
Handles error irq.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OmapL3Smx
impl RefUnwindSafe for OmapL3Smx
impl Send for OmapL3Smx
impl Sync for OmapL3Smx
impl Unpin for OmapL3Smx
impl UnsafeUnpin for OmapL3Smx
impl UnwindSafe for OmapL3Smx
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