[][src]Struct lpc55s6x_pac::syscon::presetctrl2::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn dma1_rst(&mut self) -> _DMA1_RSTW[src]

Bit 1 - DMA1 reset control.

pub fn comp_rst(&mut self) -> _COMP_RSTW[src]

Bit 2 - Comparator reset control.

pub fn sdio_rst(&mut self) -> _SDIO_RSTW[src]

Bit 3 - SDIO reset control.

pub fn usb1_host_rst(&mut self) -> _USB1_HOST_RSTW[src]

Bit 4 - USB1 Host reset control.

pub fn usb1_dev_rst(&mut self) -> _USB1_DEV_RSTW[src]

Bit 5 - USB1 dev reset control.

pub fn usb1_ram_rst(&mut self) -> _USB1_RAM_RSTW[src]

Bit 6 - USB1 RAM reset control.

pub fn usb1_phy_rst(&mut self) -> _USB1_PHY_RSTW[src]

Bit 7 - USB1 PHY reset control.

pub fn freqme_rst(&mut self) -> _FREQME_RSTW[src]

Bit 8 - Frequency meter reset control.

pub fn gpio4_rst(&mut self) -> _GPIO4_RSTW[src]

Bit 9 - GPIO4 reset control.

pub fn gpio5_rst(&mut self) -> _GPIO5_RSTW[src]

Bit 10 - GPIO5 reset control.

pub fn otp_rst(&mut self) -> _OTP_RSTW[src]

Bit 12 - OTP reset control.

pub fn rng_rst(&mut self) -> _RNG_RSTW[src]

Bit 13 - RNG reset control.

pub fn mux1_rst(&mut self) -> _MUX1_RSTW[src]

Bit 14 - Peripheral Input Mux 1 reset control.

pub fn usb0_hostm_rst(&mut self) -> _USB0_HOSTM_RSTW[src]

Bit 16 - USB0 Host Master reset control.

pub fn usb0_hosts_rst(&mut self) -> _USB0_HOSTS_RSTW[src]

Bit 17 - USB0 Host Slave reset control.

pub fn hash0_rst(&mut self) -> _HASH0_RSTW[src]

Bit 18 - HASH0 reset control.

pub fn pq_rst(&mut self) -> _PQ_RSTW[src]

Bit 19 - Power Quad reset control.

pub fn plulut_rst(&mut self) -> _PLULUT_RSTW[src]

Bit 20 - PLU LUT reset control.

pub fn timer3_rst(&mut self) -> _TIMER3_RSTW[src]

Bit 21 - Timer 3 reset control.

pub fn timer4_rst(&mut self) -> _TIMER4_RSTW[src]

Bit 22 - Timer 4 reset control.

pub fn puf_rst(&mut self) -> _PUF_RSTW[src]

Bit 23 - PUF reset control reset control.

pub fn casper_rst(&mut self) -> _CASPER_RSTW[src]

Bit 24 - Casper reset control.

pub fn capt0_rst(&mut self) -> _CAPT0_RSTW[src]

Bit 25 - CAPT0 reset control.

pub fn analog_ctrl_rst(&mut self) -> _ANALOG_CTRL_RSTW[src]

Bit 27 - analog control reset control.

pub fn hs_lspi_rst(&mut self) -> _HS_LSPI_RSTW[src]

Bit 28 - HS LSPI reset control.

pub fn gpio_sec_rst(&mut self) -> _GPIO_SEC_RSTW[src]

Bit 29 - GPIO secure reset control.

pub fn gpio_sec_int_rst(&mut self) -> _GPIO_SEC_INT_RSTW[src]

Bit 30 - GPIO secure int reset control.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self