pub type W = W<STATUS_SPEC>;
Expand description
Register STATUS
writer
Aliased Type§
pub struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn gpio_status_int(&mut self) -> GPIO_STATUS_INT_W<'_, STATUS_SPEC>
pub fn gpio_status_int(&mut self) -> GPIO_STATUS_INT_W<'_, STATUS_SPEC>
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.