[][src]Struct esp32::rtccntl::brown_out::W

pub struct W(_);

Register BROWN_OUT writer

Implementations

impl W[src]

pub fn brown_out_det(&mut self) -> BROWN_OUT_DET_W<'_>[src]

Bit 31

pub fn brown_out_ena(&mut self) -> BROWN_OUT_ENA_W<'_>[src]

Bit 30

pub fn dbrown_out_thres(&mut self) -> DBROWN_OUT_THRES_W<'_>[src]

Bits 27:29

pub fn brown_out_rst_ena(&mut self) -> BROWN_OUT_RST_ENA_W<'_>[src]

Bit 26

pub fn brown_out_rst_wait(&mut self) -> BROWN_OUT_RST_WAIT_W<'_>[src]

Bits 16:25

pub fn brown_out_pd_rf_ena(&mut self) -> BROWN_OUT_PD_RF_ENA_W<'_>[src]

Bit 15

pub fn brown_out_close_flash_ena(&mut self) -> BROWN_OUT_CLOSE_FLASH_ENA_W<'_>[src]

Bit 14

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<BROWN_OUT_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux)[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<BROWN_OUT_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<BROWN_OUT_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.