[][src]Struct efm32gg11b820::timer5::dtfc::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 dtprs0fsel(&mut self) -> _DTPRS0FSELW[src]

Bits 0:4 - DTI PRS Fault Source 0 Select

pub fn dtprs1fsel(&mut self) -> _DTPRS1FSELW[src]

Bits 8:12 - DTI PRS Fault Source 1 Select

pub fn dtfa(&mut self) -> _DTFAW[src]

Bits 16:17 - DTI Fault Action

pub fn dtprs0fen(&mut self) -> _DTPRS0FENW[src]

Bit 24 - DTI PRS 0 Fault Enable

pub fn dtprs1fen(&mut self) -> _DTPRS1FENW[src]

Bit 25 - DTI PRS 1 Fault Enable

pub fn dtdbgfen(&mut self) -> _DTDBGFENW[src]

Bit 26 - DTI Debugger Fault Enable

pub fn dtlockupfen(&mut self) -> _DTLOCKUPFENW[src]

Bit 27 - DTI Lockup Fault 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