Struct esp32_hal::pac::dport::perip_rst_en::R
pub struct R(_);
Expand description
Register PERIP_RST_EN
reader
Implementations§
§impl R
impl R
pub fn timers_rst(&self) -> BitReaderRaw<bool>
pub fn timers_rst(&self) -> BitReaderRaw<bool>
Bit 0
pub fn i2c0_ext0_rst(&self) -> BitReaderRaw<bool>
pub fn i2c0_ext0_rst(&self) -> BitReaderRaw<bool>
Bit 7
pub fn timergroup_rst(&self) -> BitReaderRaw<bool>
pub fn timergroup_rst(&self) -> BitReaderRaw<bool>
Bit 13
pub fn timergroup1_rst(&self) -> BitReaderRaw<bool>
pub fn timergroup1_rst(&self) -> BitReaderRaw<bool>
Bit 15
pub fn i2c_ext1_rst(&self) -> BitReaderRaw<bool>
pub fn i2c_ext1_rst(&self) -> BitReaderRaw<bool>
Bit 18
pub fn spi_dma_rst(&self) -> BitReaderRaw<bool>
pub fn spi_dma_rst(&self) -> BitReaderRaw<bool>
Bit 22
pub fn uart_mem_rst(&self) -> BitReaderRaw<bool>
pub fn uart_mem_rst(&self) -> BitReaderRaw<bool>
Bit 24
Methods from Deref<Target = R<PERIP_RST_EN_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_EN_SPEC>> for R
impl From<R<PERIP_RST_EN_SPEC>> for R
§fn from(reader: R<PERIP_RST_EN_SPEC>) -> R
fn from(reader: R<PERIP_RST_EN_SPEC>) -> R
Converts to this type from the input type.