Struct esp32_hal::pac::rtc_cntl::ext_wakeup1_status::R
pub struct R(_);
Expand description
Register EXT_WAKEUP1_STATUS
reader
Implementations§
§impl R
impl R
pub fn ext_wakeup1_status(&self) -> FieldReaderRaw<u32, u32>
pub fn ext_wakeup1_status(&self) -> FieldReaderRaw<u32, u32>
Bits 0:17 - ext wakeup1 status
Methods from Deref<Target = R<EXT_WAKEUP1_STATUS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<EXT_WAKEUP1_STATUS_SPEC>> for R
impl From<R<EXT_WAKEUP1_STATUS_SPEC>> for R
§fn from(reader: R<EXT_WAKEUP1_STATUS_SPEC>) -> R
fn from(reader: R<EXT_WAKEUP1_STATUS_SPEC>) -> R
Converts to this type from the input type.