pub struct R(/* private fields */);Expand description
Register GPIO_INTR_EN_M4 reader
Implementations§
Source§impl R
impl R
Sourcepub fn gpio_1_intr_en_m4(&self) -> GPIO_1_INTR_EN_M4_R
pub fn gpio_1_intr_en_m4(&self) -> GPIO_1_INTR_EN_M4_R
Bit 0 - GPIO_0 interrupt enable for M4
Sourcepub fn gpio_2_intr_en_m4(&self) -> GPIO_2_INTR_EN_M4_R
pub fn gpio_2_intr_en_m4(&self) -> GPIO_2_INTR_EN_M4_R
Bit 1 - GPIO_1 interrupt enable for M4
Sourcepub fn gpio_3_intr_en_m4(&self) -> GPIO_3_INTR_EN_M4_R
pub fn gpio_3_intr_en_m4(&self) -> GPIO_3_INTR_EN_M4_R
Bit 3 - GPIO_3 interrupt enable for M4
Sourcepub fn gpio_4_intr_en_m4(&self) -> GPIO_4_INTR_EN_M4_R
pub fn gpio_4_intr_en_m4(&self) -> GPIO_4_INTR_EN_M4_R
Bit 4 - GPIO_4 interrupt enable for M4
Sourcepub fn gpio_5_intr_en_m4(&self) -> GPIO_5_INTR_EN_M4_R
pub fn gpio_5_intr_en_m4(&self) -> GPIO_5_INTR_EN_M4_R
Bit 5 - GPIO_5 interrupt enable for M4
Sourcepub fn gpio_6_intr_en_m4(&self) -> GPIO_6_INTR_EN_M4_R
pub fn gpio_6_intr_en_m4(&self) -> GPIO_6_INTR_EN_M4_R
Bit 6 - GPIO_6 interrupt enable for M4
Sourcepub fn gpio_7_intr_en_m4(&self) -> GPIO_7_INTR_EN_M4_R
pub fn gpio_7_intr_en_m4(&self) -> GPIO_7_INTR_EN_M4_R
Bit 7 - GPIO_7 interrupt enable for M4
Methods from Deref<Target = R<GPIO_INTR_EN_M4_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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