pub struct R(_);
Expand description
Register INTR_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn gpio0_int_st(&self) -> GPIO0_INT_ST_R
pub fn gpio0_int_st(&self) -> GPIO0_INT_ST_R
Bit 0 - This is the status bit for DEDIC_GPIO0_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio1_int_st(&self) -> GPIO1_INT_ST_R
pub fn gpio1_int_st(&self) -> GPIO1_INT_ST_R
Bit 1 - This is the status bit for DEDIC_GPIO1_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio2_int_st(&self) -> GPIO2_INT_ST_R
pub fn gpio2_int_st(&self) -> GPIO2_INT_ST_R
Bit 2 - This is the status bit for DEDIC_GPIO2_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio3_int_st(&self) -> GPIO3_INT_ST_R
pub fn gpio3_int_st(&self) -> GPIO3_INT_ST_R
Bit 3 - This is the status bit for DEDIC_GPIO3_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio4_int_st(&self) -> GPIO4_INT_ST_R
pub fn gpio4_int_st(&self) -> GPIO4_INT_ST_R
Bit 4 - This is the status bit for DEDIC_GPIO4_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio5_int_st(&self) -> GPIO5_INT_ST_R
pub fn gpio5_int_st(&self) -> GPIO5_INT_ST_R
Bit 5 - This is the status bit for DEDIC_GPIO5_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio6_int_st(&self) -> GPIO6_INT_ST_R
pub fn gpio6_int_st(&self) -> GPIO6_INT_ST_R
Bit 6 - This is the status bit for DEDIC_GPIO6_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
sourcepub fn gpio7_int_st(&self) -> GPIO7_INT_ST_R
pub fn gpio7_int_st(&self) -> GPIO7_INT_ST_R
Bit 7 - This is the status bit for DEDIC_GPIO7_INT_RAW when DEDIC_GPIO7_INT_ENA is set to 1.
Methods from Deref<Target = R<INTR_ST_SPEC>>
Trait Implementations
sourceimpl From<R<INTR_ST_SPEC>> for R
impl From<R<INTR_ST_SPEC>> for R
sourcefn from(reader: R<INTR_ST_SPEC>) -> Self
fn from(reader: R<INTR_ST_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