pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn slp_wakeup_int_raw(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - sleep wakeup interrupt raw
pub fn slp_reject_int_raw(&self) -> BitReaderRaw<bool>
pub fn slp_reject_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - sleep reject interrupt raw
pub fn sdio_idle_int_raw(&self) -> BitReaderRaw<bool>
pub fn sdio_idle_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - SDIO idle interrupt raw
pub fn wdt_int_raw(&self) -> BitReaderRaw<bool>
pub fn wdt_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - RTC WDT interrupt raw
pub fn time_valid_int_raw(&self) -> BitReaderRaw<bool>
pub fn time_valid_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - RTC time valid interrupt raw
pub fn ulp_cp_int_raw(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - ULP-coprocessor interrupt raw
pub fn touch_int_raw(&self) -> BitReaderRaw<bool>
pub fn touch_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - touch interrupt raw
pub fn brown_out_int_raw(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - brown out interrupt raw
pub fn main_timer_int_raw(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - RTC main timer interrupt raw
Methods from Deref<Target = R<INT_RAW_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<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
§fn from(reader: R<INT_RAW_SPEC>) -> R
fn from(reader: R<INT_RAW_SPEC>) -> R
Converts to this type from the input type.