[][src]Struct lpc55s6x_pac::syscon::presetctrl0::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 rom_rst(&self) -> ROM_RSTR[src]

Bit 1 - ROM reset control.

pub fn sram_ctrl1_rst(&self) -> SRAM_CTRL1_RSTR[src]

Bit 3 - SRAM Controller 1 reset control.

pub fn sram_ctrl2_rst(&self) -> SRAM_CTRL2_RSTR[src]

Bit 4 - SRAM Controller 2 reset control.

pub fn sram_ctrl3_rst(&self) -> SRAM_CTRL3_RSTR[src]

Bit 5 - SRAM Controller 3 reset control.

pub fn sram_ctrl4_rst(&self) -> SRAM_CTRL4_RSTR[src]

Bit 6 - SRAM Controller 4 reset control.

pub fn flash_rst(&self) -> FLASH_RSTR[src]

Bit 7 - Flash controller reset control.

pub fn fmc_rst(&self) -> FMC_RSTR[src]

Bit 8 - FMC controller reset control.

pub fn mux0_rst(&self) -> MUX0_RSTR[src]

Bit 11 - Input Mux 0 reset control.

pub fn iocon_rst(&self) -> IOCON_RSTR[src]

Bit 13 - I/O controller reset control.

pub fn gpio0_rst(&self) -> GPIO0_RSTR[src]

Bit 14 - GPIO0 reset control.

pub fn gpio1_rst(&self) -> GPIO1_RSTR[src]

Bit 15 - GPIO1 reset control.

pub fn gpio2_rst(&self) -> GPIO2_RSTR[src]

Bit 16 - GPIO2 reset control.

pub fn gpio3_rst(&self) -> GPIO3_RSTR[src]

Bit 17 - GPIO3 reset control.

pub fn pint_rst(&self) -> PINT_RSTR[src]

Bit 18 - Pin interrupt (PINT) reset control.

pub fn gint_rst(&self) -> GINT_RSTR[src]

Bit 19 - Group interrupt (GINT) reset control.

pub fn dma0_rst(&self) -> DMA0_RSTR[src]

Bit 20 - DMA0 reset control.

pub fn crcgen_rst(&self) -> CRCGEN_RSTR[src]

Bit 21 - CRCGEN reset control.

pub fn wwdt_rst(&self) -> WWDT_RSTR[src]

Bit 22 - Watchdog Timer reset control.

pub fn rtc_rst(&self) -> RTC_RSTR[src]

Bit 23 - Real Time Clock (RTC) reset control.

pub fn mailbox_rst(&self) -> MAILBOX_RSTR[src]

Bit 26 - Inter CPU communication Mailbox reset control.

pub fn adc_rst(&self) -> ADC_RSTR[src]

Bit 27 - ADC 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