[][src]Struct efr32xg1::acmp1::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 - Analog Comparator Enable

pub fn inactval(&self) -> INACTVALR
[src]

Bit 2 - Inactive Value

pub fn gpioinv(&self) -> GPIOINVR
[src]

Bit 3 - Comparator GPIO Output Invert

pub fn aportxmasterdis(&self) -> APORTXMASTERDISR
[src]

Bit 8 - APORT Bus X Master Disable

pub fn aportymasterdis(&self) -> APORTYMASTERDISR
[src]

Bit 9 - APORT Bus Y Master Disable

pub fn aportvmasterdis(&self) -> APORTVMASTERDISR
[src]

Bit 10 - APORT Bus Master Disable for Bus Selected By VASEL

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

Bits 12:14 - Power Select

pub fn accuracy(&self) -> ACCURACYR
[src]

Bit 15 - ACMP Accuracy Mode

pub fn inputrange(&self) -> INPUTRANGER
[src]

Bits 18:19 - Input Range

pub fn irise(&self) -> IRISER
[src]

Bit 20 - Rising Edge Interrupt Sense

pub fn ifall(&self) -> IFALLR
[src]

Bit 21 - Falling Edge Interrupt Sense

pub fn biasprog(&self) -> BIASPROGR
[src]

Bits 24:29 - Bias Configuration

pub fn fullbias(&self) -> FULLBIASR
[src]

Bit 31 - Full Bias Current

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

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, 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]