Struct esp32::rtc_cntl::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

source§

impl RegisterBlock

source

pub const fn options0(&self) -> &OPTIONS0

0x00 -

source

pub const fn slp_timer0(&self) -> &SLP_TIMER0

0x04 -

source

pub const fn slp_timer1(&self) -> &SLP_TIMER1

0x08 -

source

pub const fn time_update(&self) -> &TIME_UPDATE

0x0c -

source

pub const fn time0(&self) -> &TIME0

0x10 -

source

pub const fn time1(&self) -> &TIME1

0x14 -

source

pub const fn state0(&self) -> &STATE0

0x18 -

source

pub const fn timer1(&self) -> &TIMER1

0x1c -

source

pub const fn timer2(&self) -> &TIMER2

0x20 -

source

pub const fn timer3(&self) -> &TIMER3

0x24 -

source

pub const fn timer4(&self) -> &TIMER4

0x28 -

source

pub const fn timer5(&self) -> &TIMER5

0x2c -

source

pub const fn ana_conf(&self) -> &ANA_CONF

0x30 -

source

pub const fn reset_state(&self) -> &RESET_STATE

0x34 -

source

pub const fn wakeup_state(&self) -> &WAKEUP_STATE

0x38 -

source

pub const fn int_ena(&self) -> &INT_ENA

0x3c -

source

pub const fn int_raw(&self) -> &INT_RAW

0x40 -

source

pub const fn int_st(&self) -> &INT_ST

0x44 -

source

pub const fn int_clr(&self) -> &INT_CLR

0x48 -

source

pub const fn store0(&self) -> &STORE0

0x4c -

source

pub const fn store1(&self) -> &STORE1

0x50 -

source

pub const fn store2(&self) -> &STORE2

0x54 -

source

pub const fn store3(&self) -> &STORE3

0x58 -

source

pub const fn ext_xtl_conf(&self) -> &EXT_XTL_CONF

0x5c -

source

pub const fn ext_wakeup_conf(&self) -> &EXT_WAKEUP_CONF

0x60 -

source

pub const fn slp_reject_conf(&self) -> &SLP_REJECT_CONF

0x64 -

source

pub const fn cpu_period_conf(&self) -> &CPU_PERIOD_CONF

0x68 -

source

pub const fn sdio_act_conf(&self) -> &SDIO_ACT_CONF

0x6c -

source

pub const fn clk_conf(&self) -> &CLK_CONF

0x70 -

source

pub const fn sdio_conf(&self) -> &SDIO_CONF

0x74 -

source

pub const fn bias_conf(&self) -> &BIAS_CONF

0x78 -

source

pub const fn reg(&self) -> &REG

0x7c -

source

pub const fn pwc(&self) -> &PWC

0x80 -

source

pub const fn dig_pwc(&self) -> &DIG_PWC

0x84 -

source

pub const fn dig_iso(&self) -> &DIG_ISO

0x88 -

source

pub const fn wdtconfig0(&self) -> &WDTCONFIG0

0x8c -

source

pub const fn wdtconfig1(&self) -> &WDTCONFIG1

0x90 -

source

pub const fn wdtconfig2(&self) -> &WDTCONFIG2

0x94 -

source

pub const fn wdtconfig3(&self) -> &WDTCONFIG3

0x98 -

source

pub const fn wdtconfig4(&self) -> &WDTCONFIG4

0x9c -

source

pub const fn wdtfeed(&self) -> &WDTFEED

0xa0 -

source

pub const fn wdtwprotect(&self) -> &WDTWPROTECT

0xa4 -

source

pub const fn test_mux(&self) -> &TEST_MUX

0xa8 -

source

pub const fn sw_cpu_stall(&self) -> &SW_CPU_STALL

0xac -

source

pub const fn store4(&self) -> &STORE4

0xb0 -

source

pub const fn store5(&self) -> &STORE5

0xb4 -

source

pub const fn store6(&self) -> &STORE6

0xb8 -

source

pub const fn store7(&self) -> &STORE7

0xbc -

source

pub const fn low_power_st(&self) -> &LOW_POWER_ST

0xc0 -

source

pub const fn diag1(&self) -> &DIAG1

0xc4 -

source

pub const fn hold_force(&self) -> &HOLD_FORCE

0xc8 -

source

pub const fn ext_wakeup1(&self) -> &EXT_WAKEUP1

0xcc -

source

pub const fn ext_wakeup1_status(&self) -> &EXT_WAKEUP1_STATUS

0xd0 -

source

pub const fn brown_out(&self) -> &BROWN_OUT

0xd4 -

source

pub const fn date(&self) -> &DATE

0x13c -

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.