pub struct W(/* private fields */);Expand description
Register PRESETCTRL2 writer
Implementations§
Source§impl W
impl W
Sourcepub fn dma1_rst(&mut self) -> DMA1_RST_W<'_>
pub fn dma1_rst(&mut self) -> DMA1_RST_W<'_>
Bit 1 - DMA1 reset control.
Sourcepub fn comp_rst(&mut self) -> COMP_RST_W<'_>
pub fn comp_rst(&mut self) -> COMP_RST_W<'_>
Bit 2 - Comparator reset control.
Sourcepub fn sdio_rst(&mut self) -> SDIO_RST_W<'_>
pub fn sdio_rst(&mut self) -> SDIO_RST_W<'_>
Bit 3 - SDIO reset control.
Sourcepub fn usb1_host_rst(&mut self) -> USB1_HOST_RST_W<'_>
pub fn usb1_host_rst(&mut self) -> USB1_HOST_RST_W<'_>
Bit 4 - USB1 Host reset control.
Sourcepub fn usb1_dev_rst(&mut self) -> USB1_DEV_RST_W<'_>
pub fn usb1_dev_rst(&mut self) -> USB1_DEV_RST_W<'_>
Bit 5 - USB1 dev reset control.
Sourcepub fn usb1_ram_rst(&mut self) -> USB1_RAM_RST_W<'_>
pub fn usb1_ram_rst(&mut self) -> USB1_RAM_RST_W<'_>
Bit 6 - USB1 RAM reset control.
Sourcepub fn usb1_phy_rst(&mut self) -> USB1_PHY_RST_W<'_>
pub fn usb1_phy_rst(&mut self) -> USB1_PHY_RST_W<'_>
Bit 7 - USB1 PHY reset control.
Sourcepub fn freqme_rst(&mut self) -> FREQME_RST_W<'_>
pub fn freqme_rst(&mut self) -> FREQME_RST_W<'_>
Bit 8 - Frequency meter reset control.
Sourcepub fn sysctl_rst(&mut self) -> SYSCTL_RST_W<'_>
pub fn sysctl_rst(&mut self) -> SYSCTL_RST_W<'_>
Bit 15 - SYSCTL Block reset.
Sourcepub fn usb0_hostm_rst(&mut self) -> USB0_HOSTM_RST_W<'_>
pub fn usb0_hostm_rst(&mut self) -> USB0_HOSTM_RST_W<'_>
Bit 16 - USB0 Host Master reset control.
Sourcepub fn usb0_hosts_rst(&mut self) -> USB0_HOSTS_RST_W<'_>
pub fn usb0_hosts_rst(&mut self) -> USB0_HOSTS_RST_W<'_>
Bit 17 - USB0 Host Slave reset control.
Sourcepub fn hash_aes_rst(&mut self) -> HASH_AES_RST_W<'_>
pub fn hash_aes_rst(&mut self) -> HASH_AES_RST_W<'_>
Bit 18 - HASH_AES reset control.
Sourcepub fn plulut_rst(&mut self) -> PLULUT_RST_W<'_>
pub fn plulut_rst(&mut self) -> PLULUT_RST_W<'_>
Bit 20 - PLU LUT reset control.
Sourcepub fn timer3_rst(&mut self) -> TIMER3_RST_W<'_>
pub fn timer3_rst(&mut self) -> TIMER3_RST_W<'_>
Bit 21 - Timer 3 reset control.
Sourcepub fn timer4_rst(&mut self) -> TIMER4_RST_W<'_>
pub fn timer4_rst(&mut self) -> TIMER4_RST_W<'_>
Bit 22 - Timer 4 reset control.
Sourcepub fn casper_rst(&mut self) -> CASPER_RST_W<'_>
pub fn casper_rst(&mut self) -> CASPER_RST_W<'_>
Bit 24 - Casper reset control.
Sourcepub fn analog_ctrl_rst(&mut self) -> ANALOG_CTRL_RST_W<'_>
pub fn analog_ctrl_rst(&mut self) -> ANALOG_CTRL_RST_W<'_>
Bit 27 - analog control reset control.
Sourcepub fn hs_lspi_rst(&mut self) -> HS_LSPI_RST_W<'_>
pub fn hs_lspi_rst(&mut self) -> HS_LSPI_RST_W<'_>
Bit 28 - HS LSPI reset control.
Sourcepub fn gpio_sec_rst(&mut self) -> GPIO_SEC_RST_W<'_>
pub fn gpio_sec_rst(&mut self) -> GPIO_SEC_RST_W<'_>
Bit 29 - GPIO secure reset control.
Sourcepub fn gpio_sec_int_rst(&mut self) -> GPIO_SEC_INT_RST_W<'_>
pub fn gpio_sec_int_rst(&mut self) -> GPIO_SEC_INT_RST_W<'_>
Bit 30 - GPIO secure int reset control.
Methods from Deref<Target = W<PRESETCTRL2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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