[][src]Struct lpc55s6x_pac::syscon::ahbclkctrl1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn mrt(&mut self) -> _MRTW[src]

Bit 0 - Enables the clock for the MRT.

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

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

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

Bit 2 - Enables the clock for the SCT0.

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

Bit 6 - Enables the clock for the SCTIPU.

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

Bit 10 - Enables the clock for the UTICK0.

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

Bit 11 - Enables the clock for the FC0.

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

Bit 12 - Enables the clock for the FC1.

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

Bit 13 - Enables the clock for the FC2.

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

Bit 14 - Enables the clock for the FC3.

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

Bit 15 - Enables the clock for the FC4.

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

Bit 16 - Enables the clock for the FC5.

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

Bit 17 - Enables the clock for the FC6.

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

Bit 18 - Enables the clock for the FC7.

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

Bit 22 - Enables the clock for the Timer 2.

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

Bit 25 - Enables the clock for the USB0 DEV.

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

Bit 26 - Enables the clock for the Timer 0.

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

Bit 27 - Enables the clock for the Timer 1.

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

Bit 28 - Enables the clock for the PVT.

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

Bit 30 - Enables the clock for the EZH a.

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

Bit 31 - Enables the clock for the EZH b.

Auto Trait Implementations

impl Send for W

impl Sync for W

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