Struct esp32::dport::perip_rst_en::W
source · pub struct W(_);
Expand description
Register PERIP_RST_EN
writer
Implementations§
source§impl W
impl W
sourcepub fn timers_rst(&mut self) -> TIMERS_RST_W<'_, 0>
pub fn timers_rst(&mut self) -> TIMERS_RST_W<'_, 0>
Bit 0
sourcepub fn spi01_rst(&mut self) -> SPI01_RST_W<'_, 1>
pub fn spi01_rst(&mut self) -> SPI01_RST_W<'_, 1>
Bit 1
sourcepub fn uart_rst(&mut self) -> UART_RST_W<'_, 2>
pub fn uart_rst(&mut self) -> UART_RST_W<'_, 2>
Bit 2
sourcepub fn i2s0_rst(&mut self) -> I2S0_RST_W<'_, 4>
pub fn i2s0_rst(&mut self) -> I2S0_RST_W<'_, 4>
Bit 4
sourcepub fn uart1_rst(&mut self) -> UART1_RST_W<'_, 5>
pub fn uart1_rst(&mut self) -> UART1_RST_W<'_, 5>
Bit 5
sourcepub fn spi2_rst(&mut self) -> SPI2_RST_W<'_, 6>
pub fn spi2_rst(&mut self) -> SPI2_RST_W<'_, 6>
Bit 6
sourcepub fn i2c0_ext0_rst(&mut self) -> I2C0_EXT0_RST_W<'_, 7>
pub fn i2c0_ext0_rst(&mut self) -> I2C0_EXT0_RST_W<'_, 7>
Bit 7
sourcepub fn uhci0_rst(&mut self) -> UHCI0_RST_W<'_, 8>
pub fn uhci0_rst(&mut self) -> UHCI0_RST_W<'_, 8>
Bit 8
sourcepub fn pcnt_rst(&mut self) -> PCNT_RST_W<'_, 10>
pub fn pcnt_rst(&mut self) -> PCNT_RST_W<'_, 10>
Bit 10
sourcepub fn ledc_rst(&mut self) -> LEDC_RST_W<'_, 11>
pub fn ledc_rst(&mut self) -> LEDC_RST_W<'_, 11>
Bit 11
sourcepub fn uhci1_rst(&mut self) -> UHCI1_RST_W<'_, 12>
pub fn uhci1_rst(&mut self) -> UHCI1_RST_W<'_, 12>
Bit 12
sourcepub fn timergroup_rst(&mut self) -> TIMERGROUP_RST_W<'_, 13>
pub fn timergroup_rst(&mut self) -> TIMERGROUP_RST_W<'_, 13>
Bit 13
sourcepub fn efuse_rst(&mut self) -> EFUSE_RST_W<'_, 14>
pub fn efuse_rst(&mut self) -> EFUSE_RST_W<'_, 14>
Bit 14
sourcepub fn timergroup1_rst(&mut self) -> TIMERGROUP1_RST_W<'_, 15>
pub fn timergroup1_rst(&mut self) -> TIMERGROUP1_RST_W<'_, 15>
Bit 15
sourcepub fn spi3_rst(&mut self) -> SPI3_RST_W<'_, 16>
pub fn spi3_rst(&mut self) -> SPI3_RST_W<'_, 16>
Bit 16
sourcepub fn pwm0_rst(&mut self) -> PWM0_RST_W<'_, 17>
pub fn pwm0_rst(&mut self) -> PWM0_RST_W<'_, 17>
Bit 17
sourcepub fn i2c_ext1_rst(&mut self) -> I2C_EXT1_RST_W<'_, 18>
pub fn i2c_ext1_rst(&mut self) -> I2C_EXT1_RST_W<'_, 18>
Bit 18
sourcepub fn twai_rst(&mut self) -> TWAI_RST_W<'_, 19>
pub fn twai_rst(&mut self) -> TWAI_RST_W<'_, 19>
Bit 19
sourcepub fn pwm1_rst(&mut self) -> PWM1_RST_W<'_, 20>
pub fn pwm1_rst(&mut self) -> PWM1_RST_W<'_, 20>
Bit 20
sourcepub fn i2s1_rst(&mut self) -> I2S1_RST_W<'_, 21>
pub fn i2s1_rst(&mut self) -> I2S1_RST_W<'_, 21>
Bit 21
sourcepub fn spi_dma_rst(&mut self) -> SPI_DMA_RST_W<'_, 22>
pub fn spi_dma_rst(&mut self) -> SPI_DMA_RST_W<'_, 22>
Bit 22
sourcepub fn uart2_rst(&mut self) -> UART2_RST_W<'_, 23>
pub fn uart2_rst(&mut self) -> UART2_RST_W<'_, 23>
Bit 23
sourcepub fn uart_mem_rst(&mut self) -> UART_MEM_RST_W<'_, 24>
pub fn uart_mem_rst(&mut self) -> UART_MEM_RST_W<'_, 24>
Bit 24
sourcepub fn pwm2_rst(&mut self) -> PWM2_RST_W<'_, 25>
pub fn pwm2_rst(&mut self) -> PWM2_RST_W<'_, 25>
Bit 25
sourcepub fn pwm3_rst(&mut self) -> PWM3_RST_W<'_, 26>
pub fn pwm3_rst(&mut self) -> PWM3_RST_W<'_, 26>
Bit 26
Methods from Deref<Target = W<PERIP_RST_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more