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

Bit 1 - Enables the clock for the DMA1.

pub fn comp(&self) -> COMPR[src]

Bit 2 - Enables the clock for the Comparator.

pub fn sdio(&self) -> SDIOR[src]

Bit 3 - Enables the clock for the SDIO.

pub fn usb1_host(&self) -> USB1_HOSTR[src]

Bit 4 - Enables the clock for the USB1 Host.

pub fn usb1_dev(&self) -> USB1_DEVR[src]

Bit 5 - Enables the clock for the USB1 dev.

pub fn usb1_ram(&self) -> USB1_RAMR[src]

Bit 6 - Enables the clock for the USB1 RAM.

pub fn usb1_phy(&self) -> USB1_PHYR[src]

Bit 7 - Enables the clock for the USB1 PHY.

pub fn freqme(&self) -> FREQMER[src]

Bit 8 - Enables the clock for the Frequency meter.

pub fn gpio4(&self) -> GPIO4R[src]

Bit 9 - Enables the clock for the GPIO4.

pub fn gpio5(&self) -> GPIO5R[src]

Bit 10 - Enables the clock for the GPIO5.

pub fn otp(&self) -> OTPR[src]

Bit 12 - Enables the clock for the OTP.

pub fn rng(&self) -> RNGR[src]

Bit 13 - Enables the clock for the RNG.

pub fn mux1(&self) -> MUX1R[src]

Bit 14 - Enables the clock for the Peripheral Input Mux 1.

pub fn usb0_hostm(&self) -> USB0_HOSTMR[src]

Bit 16 - Enables the clock for the USB0 Host Master.

pub fn usb0_hosts(&self) -> USB0_HOSTSR[src]

Bit 17 - Enables the clock for the USB0 Host Slave.

pub fn hash0(&self) -> HASH0R[src]

Bit 18 - Enables the clock for the HASH0.

pub fn pq(&self) -> PQR[src]

Bit 19 - Enables the clock for the Power Quad.

pub fn plulut(&self) -> PLULUTR[src]

Bit 20 - Enables the clock for the PLU LUT.

pub fn timer3(&self) -> TIMER3R[src]

Bit 21 - Enables the clock for the Timer 3.

pub fn timer4(&self) -> TIMER4R[src]

Bit 22 - Enables the clock for the Timer 4.

pub fn puf(&self) -> PUFR[src]

Bit 23 - Enables the clock for the PUF reset control.

pub fn casper(&self) -> CASPERR[src]

Bit 24 - Enables the clock for the Casper.

pub fn capt0(&self) -> CAPT0R[src]

Bit 25 - Enables the clock for the CAPT0.

pub fn analog_ctrl(&self) -> ANALOG_CTRLR[src]

Bit 27 - Enables the clock for the analog control.

pub fn hs_lspi(&self) -> HS_LSPIR[src]

Bit 28 - Enables the clock for the HS LSPI.

pub fn gpio_sec(&self) -> GPIO_SECR[src]

Bit 29 - Enables the clock for the GPIO secure.

pub fn gpio_sec_int(&self) -> GPIO_SEC_INTR[src]

Bit 30 - Enables the clock for the GPIO secure int.

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