pub struct W(_);
Expand description
Register RTC_GPIO_STATUS_W1TC
writer
Implementations
sourceimpl W
impl W
sourcepub fn gpio_status_int_w1tc(&mut self) -> GPIO_STATUS_INT_W1TC_W<'_>
pub fn gpio_status_int_w1tc(&mut self) -> GPIO_STATUS_INT_W1TC_W<'_>
Bits 10:31 - GPIO0 ~ 21 interrupt clear register. If the value 1 is written to a bit here, the corresponding bit in RTCIO_GPIO_STATUS_INT will be cleared. Recommended operation: use this register to clear RTCIO_GPIO_STATUS_INT.
Methods from Deref<Target = W<RTC_GPIO_STATUS_W1TC_SPEC>>
Trait Implementations
sourceimpl From<W<RTC_GPIO_STATUS_W1TC_SPEC>> for W
impl From<W<RTC_GPIO_STATUS_W1TC_SPEC>> for W
sourcefn from(writer: W<RTC_GPIO_STATUS_W1TC_SPEC>) -> Self
fn from(writer: W<RTC_GPIO_STATUS_W1TC_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