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

Bit 1 - ROM reset control.

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

Bit 3 - SRAM Controller 1 reset control.

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

Bit 4 - SRAM Controller 2 reset control.

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

Bit 5 - SRAM Controller 3 reset control.

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

Bit 6 - SRAM Controller 4 reset control.

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

Bit 7 - Flash controller reset control.

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

Bit 8 - FMC controller reset control.

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

Bit 11 - Input Mux 0 reset control.

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

Bit 13 - I/O controller reset control.

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

Bit 14 - GPIO0 reset control.

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

Bit 15 - GPIO1 reset control.

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

Bit 16 - GPIO2 reset control.

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

Bit 17 - GPIO3 reset control.

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

Bit 18 - Pin interrupt (PINT) reset control.

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

Bit 19 - Group interrupt (GINT) reset control.

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

Bit 20 - DMA0 reset control.

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

Bit 21 - CRCGEN reset control.

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

Bit 22 - Watchdog Timer reset control.

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

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

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

Bit 26 - Inter CPU communication Mailbox reset control.

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

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