pub struct R(_);
Expand description
Register CPU_PERIPHERAL_INTR
reader
Implementations
sourceimpl R
impl R
sourcepub fn cpu_peri_byte_error_clr(&self) -> CPU_PERI_BYTE_ERROR_CLR_R
pub fn cpu_peri_byte_error_clr(&self) -> CPU_PERI_BYTE_ERROR_CLR_R
Bit 0 - The clear signal for CPU peripheral access interrupt.
sourcepub fn cpu_peri_byte_error_en(&self) -> CPU_PERI_BYTE_ERROR_EN_R
pub fn cpu_peri_byte_error_en(&self) -> CPU_PERI_BYTE_ERROR_EN_R
Bit 1 - The enable signal for CPU peripheral access interrupt.
sourcepub fn cpu_peri_byte_error_intr(&self) -> CPU_PERI_BYTE_ERROR_INTR_R
pub fn cpu_peri_byte_error_intr(&self) -> CPU_PERI_BYTE_ERROR_INTR_R
Bit 2 - CPU peripheral access interrupt signal.
Methods from Deref<Target = R<CPU_PERIPHERAL_INTR_SPEC>>
Trait Implementations
sourceimpl From<R<CPU_PERIPHERAL_INTR_SPEC>> for R
impl From<R<CPU_PERIPHERAL_INTR_SPEC>> for R
sourcefn from(reader: R<CPU_PERIPHERAL_INTR_SPEC>) -> Self
fn from(reader: R<CPU_PERIPHERAL_INTR_SPEC>) -> Self
Converts to this type from the input type.
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