[][src]Struct efm32gg11b820::cmu::hfperclken0::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 timer0(&mut self) -> _TIMER0W[src]

Bit 0 - Timer 0 Clock Enable

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

Bit 1 - Timer 1 Clock Enable

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

Bit 2 - Timer 2 Clock Enable

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

Bit 3 - Timer 3 Clock Enable

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

Bit 4 - Timer 4 Clock Enable

pub fn timer5(&mut self) -> _TIMER5W[src]

Bit 5 - Timer 5 Clock Enable

pub fn timer6(&mut self) -> _TIMER6W[src]

Bit 6 - Timer 6 Clock Enable

pub fn usart0(&mut self) -> _USART0W[src]

Bit 7 - Universal Synchronous/Asynchronous Receiver/Transmitter 0 Clock Enable

pub fn usart1(&mut self) -> _USART1W[src]

Bit 8 - Universal Synchronous/Asynchronous Receiver/Transmitter 1 Clock Enable

pub fn usart2(&mut self) -> _USART2W[src]

Bit 9 - Universal Synchronous/Asynchronous Receiver/Transmitter 2 Clock Enable

pub fn usart3(&mut self) -> _USART3W[src]

Bit 10 - Universal Synchronous/Asynchronous Receiver/Transmitter 3 Clock Enable

pub fn usart4(&mut self) -> _USART4W[src]

Bit 11 - Universal Synchronous/Asynchronous Receiver/Transmitter 4 Clock Enable

pub fn usart5(&mut self) -> _USART5W[src]

Bit 12 - Universal Synchronous/Asynchronous Receiver/Transmitter 5 Clock Enable

pub fn acmp0(&mut self) -> _ACMP0W[src]

Bit 13 - Analog Comparator 0 Clock Enable

pub fn acmp1(&mut self) -> _ACMP1W[src]

Bit 14 - Analog Comparator 1 Clock Enable

pub fn acmp2(&mut self) -> _ACMP2W[src]

Bit 15 - Analog Comparator 1 Clock Enable

pub fn acmp3(&mut self) -> _ACMP3W[src]

Bit 16 - Analog Comparator 3 Clock Enable

pub fn i2c0(&mut self) -> _I2C0W[src]

Bit 17 - I2C 0 Clock Enable

pub fn i2c1(&mut self) -> _I2C1W[src]

Bit 18 - I2C 1 Clock Enable

pub fn i2c2(&mut self) -> _I2C2W[src]

Bit 19 - I2C 2 Clock Enable

pub fn adc0(&mut self) -> _ADC0W[src]

Bit 20 - Analog to Digital Converter 0 Clock Enable

pub fn adc1(&mut self) -> _ADC1W[src]

Bit 21 - Analog to Digital Converter 0 Clock Enable

pub fn cryotimer(&mut self) -> _CRYOTIMERW[src]

Bit 22 - CryoTimer Clock Enable

pub fn idac0(&mut self) -> _IDAC0W[src]

Bit 23 - Current Digital to Analog Converter 0 Clock Enable

pub fn trng0(&mut self) -> _TRNG0W[src]

Bit 24 - True Random Number Generator 0 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