Struct esp32s3_hal::pac::rtc_cntl::pwc::W

pub struct W(_);
Expand description

Register PWC writer

Implementations§

Bit 0 - Fast RTC memory force no ISO

Bit 1 - Fast RTC memory force ISO

Bit 2 - RTC memory force no ISO

Bit 3 - RTC memory force ISO

Bit 4 - rtc_peri force ISO

Bit 5 - rtc_peri force no ISO

Bit 6 - 1: Fast RTC memory PD following CPU, 0: fast RTC memory PD following RTC state machine

Bit 7 - Fast RTC memory force PD

Bit 8 - Fast RTC memory force no PD

Bit 9 - 1: RTC memory PD following CPU, 0: RTC memory PD following RTC state machine

Bit 10 - RTC memory force PD

Bit 11 - RTC memory force no PD

Bit 18 - rtc_peri force power down

Bit 19 - rtc_peri force power up

Bit 20 - enable power down rtc_peri in sleep

Bit 21 - rtc pad force hold

Writes raw bits to the register.

Methods from Deref<Target = W<PWC_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.