Struct lpc55_pac::syscon::ahbclkctrl0::W[][src]

pub struct W(_);

Register AHBCLKCTRL0 writer

Implementations

impl W[src]

pub fn rom(&mut self) -> ROM_W<'_>[src]

Bit 1 - Enables the clock for the ROM.

pub fn sram_ctrl1(&mut self) -> SRAM_CTRL1_W<'_>[src]

Bit 3 - Enables the clock for the SRAM Controller 1.

pub fn sram_ctrl2(&mut self) -> SRAM_CTRL2_W<'_>[src]

Bit 4 - Enables the clock for the SRAM Controller 2.

pub fn sram_ctrl3(&mut self) -> SRAM_CTRL3_W<'_>[src]

Bit 5 - Enables the clock for the SRAM Controller 3.

pub fn sram_ctrl4(&mut self) -> SRAM_CTRL4_W<'_>[src]

Bit 6 - Enables the clock for the SRAM Controller 4.

pub fn flash(&mut self) -> FLASH_W<'_>[src]

Bit 7 - Enables the clock for the Flash controller.

pub fn fmc(&mut self) -> FMC_W<'_>[src]

Bit 8 - Enables the clock for the FMC controller.

pub fn mux(&mut self) -> MUX_W<'_>[src]

Bit 11 - Enables the clock for the Input Mux.

pub fn iocon(&mut self) -> IOCON_W<'_>[src]

Bit 13 - Enables the clock for the I/O controller.

pub fn gpio0(&mut self) -> GPIO0_W<'_>[src]

Bit 14 - Enables the clock for the GPIO0.

pub fn gpio1(&mut self) -> GPIO1_W<'_>[src]

Bit 15 - Enables the clock for the GPIO1.

pub fn gpio2(&mut self) -> GPIO2_W<'_>[src]

Bit 16 - Enables the clock for the GPIO2.

pub fn gpio3(&mut self) -> GPIO3_W<'_>[src]

Bit 17 - Enables the clock for the GPIO3.

pub fn pint(&mut self) -> PINT_W<'_>[src]

Bit 18 - Enables the clock for the Pin interrupt (PINT).

pub fn gint(&mut self) -> GINT_W<'_>[src]

Bit 19 - Enables the clock for the Group interrupt (GINT).

pub fn dma0(&mut self) -> DMA0_W<'_>[src]

Bit 20 - Enables the clock for the DMA0.

pub fn crcgen(&mut self) -> CRCGEN_W<'_>[src]

Bit 21 - Enables the clock for the CRCGEN.

pub fn wwdt(&mut self) -> WWDT_W<'_>[src]

Bit 22 - Enables the clock for the Watchdog Timer.

pub fn rtc(&mut self) -> RTC_W<'_>[src]

Bit 23 - Enables the clock for the Real Time Clock (RTC).

pub fn mailbox(&mut self) -> MAILBOX_W<'_>[src]

Bit 26 - Enables the clock for the Inter CPU communication Mailbox.

pub fn adc(&mut self) -> ADC_W<'_>[src]

Bit 27 - Enables the clock for the ADC.

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

Writes raw bits to the register.

Methods from Deref<Target = W<AHBCLKCTRL0_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<AHBCLKCTRL0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<AHBCLKCTRL0_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.