[][src]Struct lpc55s6x_pac::syscon::ahbclkctrl0::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(&self) -> ROMR[src]

Bit 1 - Enables the clock for the ROM.

pub fn sram_ctrl1(&self) -> SRAM_CTRL1R[src]

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

pub fn sram_ctrl2(&self) -> SRAM_CTRL2R[src]

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

pub fn sram_ctrl3(&self) -> SRAM_CTRL3R[src]

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

pub fn sram_ctrl4(&self) -> SRAM_CTRL4R[src]

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

pub fn flash(&self) -> FLASHR[src]

Bit 7 - Enables the clock for the Flash controller.

pub fn fmc(&self) -> FMCR[src]

Bit 8 - Enables the clock for the FMC controller.

pub fn mux0(&self) -> MUX0R[src]

Bit 11 - Enables the clock for the Input Mux 0.

pub fn iocon(&self) -> IOCONR[src]

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

pub fn gpio0(&self) -> GPIO0R[src]

Bit 14 - Enables the clock for the GPIO0.

pub fn gpio1(&self) -> GPIO1R[src]

Bit 15 - Enables the clock for the GPIO1.

pub fn gpio2(&self) -> GPIO2R[src]

Bit 16 - Enables the clock for the GPIO2.

pub fn gpio3(&self) -> GPIO3R[src]

Bit 17 - Enables the clock for the GPIO3.

pub fn pint(&self) -> PINTR[src]

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

pub fn gint(&self) -> GINTR[src]

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

pub fn dma0(&self) -> DMA0R[src]

Bit 20 - Enables the clock for the DMA0.

pub fn crcgen(&self) -> CRCGENR[src]

Bit 21 - Enables the clock for the CRCGEN.

pub fn wwdt(&self) -> WWDTR[src]

Bit 22 - Enables the clock for the Watchdog Timer.

pub fn rtc(&self) -> RTCR[src]

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

pub fn mailbox(&self) -> MAILBOXR[src]

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

pub fn adc(&self) -> ADCR[src]

Bit 27 - Enables the clock for the ADC.

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