pub struct W(/* private fields */);Expand description
Register GPIO_INTR_EN_M4 writer
Implementations§
Source§impl W
impl W
Sourcepub fn gpio_1_intr_en_m4(&mut self) -> GPIO_1_INTR_EN_M4_W<'_>
pub fn gpio_1_intr_en_m4(&mut self) -> GPIO_1_INTR_EN_M4_W<'_>
Bit 0 - GPIO_0 interrupt enable for M4
Sourcepub fn gpio_2_intr_en_m4(&mut self) -> GPIO_2_INTR_EN_M4_W<'_>
pub fn gpio_2_intr_en_m4(&mut self) -> GPIO_2_INTR_EN_M4_W<'_>
Bit 1 - GPIO_1 interrupt enable for M4
Sourcepub fn gpio_3_intr_en_m4(&mut self) -> GPIO_3_INTR_EN_M4_W<'_>
pub fn gpio_3_intr_en_m4(&mut self) -> GPIO_3_INTR_EN_M4_W<'_>
Bit 3 - GPIO_3 interrupt enable for M4
Sourcepub fn gpio_4_intr_en_m4(&mut self) -> GPIO_4_INTR_EN_M4_W<'_>
pub fn gpio_4_intr_en_m4(&mut self) -> GPIO_4_INTR_EN_M4_W<'_>
Bit 4 - GPIO_4 interrupt enable for M4
Sourcepub fn gpio_5_intr_en_m4(&mut self) -> GPIO_5_INTR_EN_M4_W<'_>
pub fn gpio_5_intr_en_m4(&mut self) -> GPIO_5_INTR_EN_M4_W<'_>
Bit 5 - GPIO_5 interrupt enable for M4
Sourcepub fn gpio_6_intr_en_m4(&mut self) -> GPIO_6_INTR_EN_M4_W<'_>
pub fn gpio_6_intr_en_m4(&mut self) -> GPIO_6_INTR_EN_M4_W<'_>
Bit 6 - GPIO_6 interrupt enable for M4
Sourcepub fn gpio_7_intr_en_m4(&mut self) -> GPIO_7_INTR_EN_M4_W<'_>
pub fn gpio_7_intr_en_m4(&mut self) -> GPIO_7_INTR_EN_M4_W<'_>
Bit 7 - GPIO_7 interrupt enable for M4
Methods from Deref<Target = W<GPIO_INTR_EN_M4_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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