[][src]Struct efr32xg1::acmp1::ctrl::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 en(&mut self) -> _ENW
[src]

Bit 0 - Analog Comparator Enable

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

Bit 2 - Inactive Value

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

Bit 3 - Comparator GPIO Output Invert

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

Bit 8 - APORT Bus X Master Disable

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

Bit 9 - APORT Bus Y Master Disable

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

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

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

Bits 12:14 - Power Select

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

Bit 15 - ACMP Accuracy Mode

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

Bits 18:19 - Input Range

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

Bit 20 - Rising Edge Interrupt Sense

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

Bit 21 - Falling Edge Interrupt Sense

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

Bits 24:29 - Bias Configuration

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

Bit 31 - Full Bias Current

Auto Trait Implementations

impl Send for W

impl Sync for W

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]