Struct esp32s2::dedicated_gpio::intr_rls::W
source · pub struct W(_);
Expand description
Register INTR_RLS
writer
Implementations
sourceimpl W
impl W
sourcepub fn gpio0_int_ena(&mut self) -> GPIO0_INT_ENA_W<'_, 0>
pub fn gpio0_int_ena(&mut self) -> GPIO0_INT_ENA_W<'_, 0>
Bit 0 - The enable bit for DEDIC_GPIO0_INT_ST register.
sourcepub fn gpio1_int_ena(&mut self) -> GPIO1_INT_ENA_W<'_, 1>
pub fn gpio1_int_ena(&mut self) -> GPIO1_INT_ENA_W<'_, 1>
Bit 1 - The enable bit for DEDIC_GPIO1_INT_ST register.
sourcepub fn gpio2_int_ena(&mut self) -> GPIO2_INT_ENA_W<'_, 2>
pub fn gpio2_int_ena(&mut self) -> GPIO2_INT_ENA_W<'_, 2>
Bit 2 - The enable bit for DEDIC_GPIO2_INT_ST register.
sourcepub fn gpio3_int_ena(&mut self) -> GPIO3_INT_ENA_W<'_, 3>
pub fn gpio3_int_ena(&mut self) -> GPIO3_INT_ENA_W<'_, 3>
Bit 3 - The enable bit for DEDIC_GPIO3_INT_ST register.
sourcepub fn gpio4_int_ena(&mut self) -> GPIO4_INT_ENA_W<'_, 4>
pub fn gpio4_int_ena(&mut self) -> GPIO4_INT_ENA_W<'_, 4>
Bit 4 - The enable bit for DEDIC_GPIO4_INT_ST register.
sourcepub fn gpio5_int_ena(&mut self) -> GPIO5_INT_ENA_W<'_, 5>
pub fn gpio5_int_ena(&mut self) -> GPIO5_INT_ENA_W<'_, 5>
Bit 5 - The enable bit for DEDIC_GPIO5_INT_ST register.
sourcepub fn gpio6_int_ena(&mut self) -> GPIO6_INT_ENA_W<'_, 6>
pub fn gpio6_int_ena(&mut self) -> GPIO6_INT_ENA_W<'_, 6>
Bit 6 - The enable bit for DEDIC_GPIO6_INT_ST register.
sourcepub fn gpio7_int_ena(&mut self) -> GPIO7_INT_ENA_W<'_, 7>
pub fn gpio7_int_ena(&mut self) -> GPIO7_INT_ENA_W<'_, 7>
Bit 7 - The enable bit for DEDIC_GPIO7_INT_ST register.
Methods from Deref<Target = W<INTR_RLS_SPEC>>
Trait Implementations
sourceimpl From<W<INTR_RLS_SPEC>> for W
impl From<W<INTR_RLS_SPEC>> for W
sourcefn from(writer: W<INTR_RLS_SPEC>) -> Self
fn from(writer: W<INTR_RLS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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