pub struct R(_);
Expand description
Register RTC_GPIO_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn gpio_status_int(&self) -> GPIO_STATUS_INT_R
pub fn gpio_status_int(&self) -> GPIO_STATUS_INT_R
Bits 10:31 - GPIO0 ~ 21 interrupt status register. Bit10 corresponds to GPIO0, bit11 corresponds to GPIO1, etc. This register should be used together with RTCIO_RTC_GPIO_PINn_INT_TYPE in RTCIO_RTC_GPIO_PINn_REG. 0: no interrupt; 1: corresponding interrupt.
Methods from Deref<Target = R<RTC_GPIO_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<RTC_GPIO_STATUS_SPEC>> for R
impl From<R<RTC_GPIO_STATUS_SPEC>> for R
sourcefn from(reader: R<RTC_GPIO_STATUS_SPEC>) -> Self
fn from(reader: R<RTC_GPIO_STATUS_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