pub struct R(_);
Expand description
Register STATE0
reader
Implementations§
§impl R
impl R
pub fn touch_wakeup_force_en(&self) -> BitReaderRaw<bool>
pub fn touch_wakeup_force_en(&self) -> BitReaderRaw<bool>
Bit 20 - touch controller force wake up
pub fn ulp_cp_wakeup_force_en(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_wakeup_force_en(&self) -> BitReaderRaw<bool>
Bit 21 - ULP-coprocessor force wake up
pub fn apb2rtc_bridge_sel(&self) -> BitReaderRaw<bool>
pub fn apb2rtc_bridge_sel(&self) -> BitReaderRaw<bool>
Bit 22 - 1: APB to RTC using bridge 0: APB to RTC using sync
pub fn touch_slp_timer_en(&self) -> BitReaderRaw<bool>
pub fn touch_slp_timer_en(&self) -> BitReaderRaw<bool>
Bit 23 - touch timer enable bit
pub fn ulp_cp_slp_timer_en(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_slp_timer_en(&self) -> BitReaderRaw<bool>
Bit 24 - ULP-coprocessor timer enable bit
pub fn sdio_active_ind(&self) -> BitReaderRaw<bool>
pub fn sdio_active_ind(&self) -> BitReaderRaw<bool>
Bit 28 - SDIO active indication
pub fn slp_wakeup(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup(&self) -> BitReaderRaw<bool>
Bit 29 - sleep wakeup bit
pub fn slp_reject(&self) -> BitReaderRaw<bool>
pub fn slp_reject(&self) -> BitReaderRaw<bool>
Bit 30 - sleep reject bit
Methods from Deref<Target = R<STATE0_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<STATE0_SPEC>> for R
impl From<R<STATE0_SPEC>> for R
§fn from(reader: R<STATE0_SPEC>) -> R
fn from(reader: R<STATE0_SPEC>) -> R
Converts to this type from the input type.