Struct lpc55_pac::syscon::ahbclkctrl2::R[][src]

pub struct R(_);

Register AHBCLKCTRL2 reader

Implementations

impl R[src]

pub fn dma1(&self) -> DMA1_R[src]

Bit 1 - Enables the clock for the DMA1.

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

Bit 2 - Enables the clock for the Comparator.

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

Bit 3 - Enables the clock for the SDIO.

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

Bit 4 - Enables the clock for the USB1 Host.

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

Bit 5 - Enables the clock for the USB1 dev.

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

Bit 6 - Enables the clock for the USB1 RAM.

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

Bit 7 - Enables the clock for the USB1 PHY.

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

Bit 8 - Enables the clock for the Frequency meter.

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

Bit 13 - Enables the clock for the RNG.

pub fn sysctl(&self) -> SYSCTL_R[src]

Bit 15 - SYSCTL block clock.

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

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

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

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

pub fn hash_aes(&self) -> HASH_AES_R[src]

Bit 18 - Enables the clock for the HASH_AES.

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

Bit 19 - Enables the clock for the Power Quad.

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

Bit 20 - Enables the clock for the PLU LUT.

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

Bit 21 - Enables the clock for the Timer 3.

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

Bit 22 - Enables the clock for the Timer 4.

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

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

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

Bit 24 - Enables the clock for the Casper.

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

Bit 27 - Enables the clock for the analog control.

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

Bit 28 - Enables the clock for the HS LSPI.

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

Bit 29 - Enables the clock for the GPIO secure.

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

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

Methods from Deref<Target = R<AHBCLKCTRL2_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<AHBCLKCTRL2_SPEC>

The resulting type after dereferencing.

impl From<R<AHBCLKCTRL2_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.