[][src]Struct lpc55s6x_pac::syscon::ahbclkctrl1::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 mrt(&self) -> MRTR[src]

Bit 0 - Enables the clock for the MRT.

pub fn ostimer0(&self) -> OSTIMER0R[src]

Bit 1 - Enables the clock for the OS Timer 0.

pub fn sct0(&self) -> SCT0R[src]

Bit 2 - Enables the clock for the SCT0.

pub fn sctipu(&self) -> SCTIPUR[src]

Bit 6 - Enables the clock for the SCTIPU.

pub fn utick0(&self) -> UTICK0R[src]

Bit 10 - Enables the clock for the UTICK0.

pub fn fc0(&self) -> FC0R[src]

Bit 11 - Enables the clock for the FC0.

pub fn fc1(&self) -> FC1R[src]

Bit 12 - Enables the clock for the FC1.

pub fn fc2(&self) -> FC2R[src]

Bit 13 - Enables the clock for the FC2.

pub fn fc3(&self) -> FC3R[src]

Bit 14 - Enables the clock for the FC3.

pub fn fc4(&self) -> FC4R[src]

Bit 15 - Enables the clock for the FC4.

pub fn fc5(&self) -> FC5R[src]

Bit 16 - Enables the clock for the FC5.

pub fn fc6(&self) -> FC6R[src]

Bit 17 - Enables the clock for the FC6.

pub fn fc7(&self) -> FC7R[src]

Bit 18 - Enables the clock for the FC7.

pub fn timer2(&self) -> TIMER2R[src]

Bit 22 - Enables the clock for the Timer 2.

pub fn usb0_dev(&self) -> USB0_DEVR[src]

Bit 25 - Enables the clock for the USB0 DEV.

pub fn timer0(&self) -> TIMER0R[src]

Bit 26 - Enables the clock for the Timer 0.

pub fn timer1(&self) -> TIMER1R[src]

Bit 27 - Enables the clock for the Timer 1.

pub fn pvt(&self) -> PVTR[src]

Bit 28 - Enables the clock for the PVT.

pub fn ezha(&self) -> EZHAR[src]

Bit 30 - Enables the clock for the EZH a.

pub fn ezhb(&self) -> EZHBR[src]

Bit 31 - Enables the clock for the EZH b.

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