pub struct R(_);
Expand description
Register BROWN_OUT
reader
Implementations
sourceimpl R
impl R
sourcepub fn brown_out2_ena(&self) -> BROWN_OUT2_ENA_R
pub fn brown_out2_ena(&self) -> BROWN_OUT2_ENA_R
Bit 0 - Enables the brown_out2 to initiate a chip reset.
sourcepub fn int_wait(&self) -> INT_WAIT_R
pub fn int_wait(&self) -> INT_WAIT_R
Bits 4:13 - Configures the waiting cycle before sending an interrupt.
sourcepub fn close_flash_ena(&self) -> CLOSE_FLASH_ENA_R
pub fn close_flash_ena(&self) -> CLOSE_FLASH_ENA_R
Bit 14 - Set this bit to enable PD the flash when a brown-out happens.
sourcepub fn pd_rf_ena(&self) -> PD_RF_ENA_R
pub fn pd_rf_ena(&self) -> PD_RF_ENA_R
Bit 15 - Set this bit to enable PD the RF circuits when a brown-out happens.
sourcepub fn rst_wait(&self) -> RST_WAIT_R
pub fn rst_wait(&self) -> RST_WAIT_R
Bits 16:25 - Configures the waiting cycle before the reset after a brown-out.
Methods from Deref<Target = R<BROWN_OUT_SPEC>>
Trait Implementations
sourceimpl From<R<BROWN_OUT_SPEC>> for R
impl From<R<BROWN_OUT_SPEC>> for R
sourcefn from(reader: R<BROWN_OUT_SPEC>) -> Self
fn from(reader: R<BROWN_OUT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more