[][src]Struct efm32gg11b820::cmu::hfperclken1::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 wtimer0(&self) -> WTIMER0R[src]

Bit 0 - Wide Timer 0 Clock Enable

pub fn wtimer1(&self) -> WTIMER1R[src]

Bit 1 - Wide Timer 0 Clock Enable

pub fn wtimer2(&self) -> WTIMER2R[src]

Bit 2 - Wide Timer 2 Clock Enable

pub fn wtimer3(&self) -> WTIMER3R[src]

Bit 3 - Wide Timer 3 Clock Enable

pub fn uart0(&self) -> UART0R[src]

Bit 4 - Universal Asynchronous Receiver/Transmitter 0 Clock Enable

pub fn uart1(&self) -> UART1R[src]

Bit 5 - Universal Asynchronous Receiver/Transmitter 1 Clock Enable

pub fn can0(&self) -> CAN0R[src]

Bit 6 - CAN 0 Clock Enable

pub fn can1(&self) -> CAN1R[src]

Bit 7 - CAN 1 Clock Enable

pub fn vdac0(&self) -> VDAC0R[src]

Bit 8 - Digital to Analog Converter 0 Clock Enable

pub fn csen(&self) -> CSENR[src]

Bit 9 - Capacitive touch sense module Clock Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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