[][src]Struct efm32gg11b820::idac0::ctrl::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 en(&self) -> ENR[src]

Bit 0 - Current DAC Enable

pub fn cursink(&self) -> CURSINKR[src]

Bit 1 - Current Sink Enable

pub fn minouttrans(&self) -> MINOUTTRANSR[src]

Bit 2 - Minimum Output Transition Enable

pub fn aportouten(&self) -> APORTOUTENR[src]

Bit 3 - APORT Output Enable

pub fn aportoutsel(&self) -> APORTOUTSELR[src]

Bits 4:11 - APORT Output Select

pub fn pwrsel(&self) -> PWRSELR[src]

Bit 12 - Power Select

pub fn em2delay(&self) -> EM2DELAYR[src]

Bit 13 - EM2 Delay

pub fn aportmasterdis(&self) -> APORTMASTERDISR[src]

Bit 14 - APORT Bus Master Disable

pub fn aportoutenprs(&self) -> APORTOUTENPRSR[src]

Bit 16 - PRS Controlled APORT Output Enable

pub fn mainouten(&self) -> MAINOUTENR[src]

Bit 18 - Output Enable

pub fn mainoutenprs(&self) -> MAINOUTENPRSR[src]

Bit 19 - PRS Controlled Main Pad Output Enable

pub fn prssel(&self) -> PRSSELR[src]

Bits 20:24 - IDAC Output Enable PRS Channel Select

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