Struct esp32c2_hal::pac::system::perip_rst_en0::R
pub struct R(_);
Expand description
Register PERIP_RST_EN0
reader
Implementations
impl R
impl R
pub fn i2c_ext0_rst(&self) -> BitReaderRaw<bool>
pub fn i2c_ext0_rst(&self) -> BitReaderRaw<bool>
Bit 7 - Set 1 to let I2C_EXT0 reset
pub fn timergroup_rst(&self) -> BitReaderRaw<bool>
pub fn timergroup_rst(&self) -> BitReaderRaw<bool>
Bit 13 - Set 1 to let TIMERGROUP reset
pub fn uart_mem_rst(&self) -> BitReaderRaw<bool>
pub fn uart_mem_rst(&self) -> BitReaderRaw<bool>
Bit 24 - Set 1 to let UART_MEM reset
pub fn apb_saradc_rst(&self) -> BitReaderRaw<bool>
pub fn apb_saradc_rst(&self) -> BitReaderRaw<bool>
Bit 28 - Set 1 to let APB_SARADC reset
pub fn systimer_rst(&self) -> BitReaderRaw<bool>
pub fn systimer_rst(&self) -> BitReaderRaw<bool>
Bit 29 - Set 1 to let SYSTIMER reset
pub fn adc2_arb_rst(&self) -> BitReaderRaw<bool>
pub fn adc2_arb_rst(&self) -> BitReaderRaw<bool>
Bit 30 - Set 1 to let ADC2_ARB reset
Methods from Deref<Target = R<PERIP_RST_EN0_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<PERIP_RST_EN0_SPEC>> for R
impl From<R<PERIP_RST_EN0_SPEC>> for R
fn from(reader: R<PERIP_RST_EN0_SPEC>) -> R
fn from(reader: R<PERIP_RST_EN0_SPEC>) -> R
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