Struct esp32c3_hal::pac::system::perip_rst_en0::R
pub struct R(_);
Expand description
Register PERIP_RST_EN0
reader
Implementations
impl R
impl R
pub fn timers_rst(&self) -> BitReaderRaw<bool>
pub fn timers_rst(&self) -> BitReaderRaw<bool>
Bit 0 - reg_timers_rst
pub fn i2c_ext0_rst(&self) -> BitReaderRaw<bool>
pub fn i2c_ext0_rst(&self) -> BitReaderRaw<bool>
Bit 7 - reg_ext0_rst
pub fn timergroup_rst(&self) -> BitReaderRaw<bool>
pub fn timergroup_rst(&self) -> BitReaderRaw<bool>
Bit 13 - reg_timergroup_rst
pub fn timergroup1_rst(&self) -> BitReaderRaw<bool>
pub fn timergroup1_rst(&self) -> BitReaderRaw<bool>
Bit 15 - reg_timergroup1_rst
pub fn spi2_dma_rst(&self) -> BitReaderRaw<bool>
pub fn spi2_dma_rst(&self) -> BitReaderRaw<bool>
Bit 22 - reg_spi2_dma_rst
pub fn usb_device_rst(&self) -> BitReaderRaw<bool>
pub fn usb_device_rst(&self) -> BitReaderRaw<bool>
Bit 23 - reg_usb_device_rst
pub fn uart_mem_rst(&self) -> BitReaderRaw<bool>
pub fn uart_mem_rst(&self) -> BitReaderRaw<bool>
Bit 24 - reg_uart_mem_rst
pub fn spi3_dma_rst(&self) -> BitReaderRaw<bool>
pub fn spi3_dma_rst(&self) -> BitReaderRaw<bool>
Bit 27 - reg_spi3_dma_rst
pub fn apb_saradc_rst(&self) -> BitReaderRaw<bool>
pub fn apb_saradc_rst(&self) -> BitReaderRaw<bool>
Bit 28 - reg_apb_saradc_rst
pub fn systimer_rst(&self) -> BitReaderRaw<bool>
pub fn systimer_rst(&self) -> BitReaderRaw<bool>
Bit 29 - reg_systimer_rst
pub fn adc2_arb_rst(&self) -> BitReaderRaw<bool>
pub fn adc2_arb_rst(&self) -> BitReaderRaw<bool>
Bit 30 - reg_adc2_arb_rst
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