[][src]Struct efr32xg1::rtcc::ien::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 of(&self) -> OFR
[src]

Bit 0 - OF Interrupt Enable

pub fn cc0(&self) -> CC0R
[src]

Bit 1 - CC0 Interrupt Enable

pub fn cc1(&self) -> CC1R
[src]

Bit 2 - CC1 Interrupt Enable

pub fn cc2(&self) -> CC2R
[src]

Bit 3 - CC2 Interrupt Enable

pub fn oscfail(&self) -> OSCFAILR
[src]

Bit 4 - OSCFAIL Interrupt Enable

pub fn cnttick(&self) -> CNTTICKR
[src]

Bit 5 - CNTTICK Interrupt Enable

pub fn mintick(&self) -> MINTICKR
[src]

Bit 6 - MINTICK Interrupt Enable

pub fn hourtick(&self) -> HOURTICKR
[src]

Bit 7 - HOURTICK Interrupt Enable

pub fn daytick(&self) -> DAYTICKR
[src]

Bit 8 - DAYTICK Interrupt Enable

pub fn dayowof(&self) -> DAYOWOFR
[src]

Bit 9 - DAYOWOF Interrupt Enable

pub fn monthtick(&self) -> MONTHTICKR
[src]

Bit 10 - MONTHTICK Interrupt Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]