pub struct R(_);
Expand description
Register BROWN_OUT
reader
Implementations
sourceimpl R
impl R
sourcepub fn brown_out_int_wait(&self) -> BROWN_OUT_INT_WAIT_R
pub fn brown_out_int_wait(&self) -> BROWN_OUT_INT_WAIT_R
Bits 4:13 - brown out interrupt wait cycles
sourcepub fn brown_out_close_flash_ena(&self) -> BROWN_OUT_CLOSE_FLASH_ENA_R
pub fn brown_out_close_flash_ena(&self) -> BROWN_OUT_CLOSE_FLASH_ENA_R
Bit 14 - enable close flash when brown out happens
sourcepub fn brown_out_pd_rf_ena(&self) -> BROWN_OUT_PD_RF_ENA_R
pub fn brown_out_pd_rf_ena(&self) -> BROWN_OUT_PD_RF_ENA_R
Bit 15 - enable power down RF when brown out happens
sourcepub fn brown_out_rst_wait(&self) -> BROWN_OUT_RST_WAIT_R
pub fn brown_out_rst_wait(&self) -> BROWN_OUT_RST_WAIT_R
Bits 16:25 - brown out reset wait cycles
sourcepub fn brown_out_rst_ena(&self) -> BROWN_OUT_RST_ENA_R
pub fn brown_out_rst_ena(&self) -> BROWN_OUT_RST_ENA_R
Bit 26 - enable brown out reset
sourcepub fn brown_out_rst_sel(&self) -> BROWN_OUT_RST_SEL_R
pub fn brown_out_rst_sel(&self) -> BROWN_OUT_RST_SEL_R
Bit 27 - 1: 4-pos reset, 0: sys_reset
sourcepub fn brown_out_ana_rst_en(&self) -> BROWN_OUT_ANA_RST_EN_R
pub fn brown_out_ana_rst_en(&self) -> BROWN_OUT_ANA_RST_EN_R
Bit 28 - enable brown out reset en
sourcepub fn brown_out_ena(&self) -> BROWN_OUT_ENA_R
pub fn brown_out_ena(&self) -> BROWN_OUT_ENA_R
Bit 30 - enable 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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