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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 1 - DMA1 reset control.

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

Bit 2 - Comparator reset control.

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

Bit 3 - SDIO reset control.

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

Bit 4 - USB1 Host reset control.

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

Bit 5 - USB1 dev reset control.

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

Bit 6 - USB1 RAM reset control.

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

Bit 7 - USB1 PHY reset control.

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

Bit 8 - Frequency meter reset control.

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

Bit 9 - GPIO4 reset control.

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

Bit 10 - GPIO5 reset control.

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

Bit 12 - OTP reset control.

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

Bit 13 - RNG reset control.

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

Bit 14 - Peripheral Input Mux 1 reset control.

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

Bit 16 - USB0 Host Master reset control.

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

Bit 17 - USB0 Host Slave reset control.

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

Bit 18 - HASH0 reset control.

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

Bit 19 - Power Quad reset control.

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

Bit 20 - PLU LUT reset control.

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

Bit 21 - Timer 3 reset control.

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

Bit 22 - Timer 4 reset control.

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

Bit 23 - PUF reset control reset control.

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

Bit 24 - Casper reset control.

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

Bit 25 - CAPT0 reset control.

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

Bit 27 - analog control reset control.

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

Bit 28 - HS LSPI reset control.

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

Bit 29 - GPIO secure reset control.

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

Bit 30 - GPIO secure int reset control.

Auto Trait Implementations

impl Send for R

impl Sync for R

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