pub struct R(_);
Expand description
Register IEN
reader
Implementations
sourceimpl R
impl R
sourcepub fn icacherr(&self) -> ICACHERR_R
pub fn icacherr(&self) -> ICACHERR_R
Bit 5 - ICACHERR Interrupt Enable
sourcepub fn lvewrite(&self) -> LVEWRITE_R
pub fn lvewrite(&self) -> LVEWRITE_R
Bit 8 - LVEWRITE Interrupt Enable
Methods from Deref<Target = R<IEN_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more