[][src]Struct efm32gg11b820::cmu::hfbusclken0::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 le(&mut self) -> _LEW[src]

Bit 0 - Low Energy Peripheral Interface Clock Enable

pub fn crypto0(&mut self) -> _CRYPTO0W[src]

Bit 1 - Advanced Encryption Standard Accelerator Clock Enable

pub fn ebi(&mut self) -> _EBIW[src]

Bit 2 - External Bus Interface Clock Enable

pub fn eth(&mut self) -> _ETHW[src]

Bit 3 - Ethernet Controller Clock Enable

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

Bit 4 - SDIO Controller Clock Enable

pub fn gpio(&mut self) -> _GPIOW[src]

Bit 5 - General purpose Input/Output Clock Enable

pub fn prs(&mut self) -> _PRSW[src]

Bit 6 - Peripheral Reflex System Clock Enable

pub fn ldma(&mut self) -> _LDMAW[src]

Bit 7 - Linked Direct Memory Access Controller Clock Enable

pub fn gpcrc(&mut self) -> _GPCRCW[src]

Bit 8 - General Purpose CRC Clock Enable

pub fn qspi0(&mut self) -> _QSPI0W[src]

Bit 9 - Quad-SPI Clock Enable

pub fn usb(&mut self) -> _USBW[src]

Bit 10 - Universal Serial Bus Interface Clock Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self