[][src]Struct efm32gg11b820::adc0::cal::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 singleoffset(&mut self) -> _SINGLEOFFSETW[src]

Bits 0:3 - Single Mode Offset Calibration Value for Differential or Positive Single-ended Mode

pub fn singleoffsetinv(&mut self) -> _SINGLEOFFSETINVW[src]

Bits 4:7 - Single Mode Offset Calibration Value for Negative Single-ended Mode

pub fn singlegain(&mut self) -> _SINGLEGAINW[src]

Bits 8:14 - Single Mode Gain Calibration Value

pub fn offsetinvmode(&mut self) -> _OFFSETINVMODEW[src]

Bit 15 - Negative Single-ended Offset Calibration is Enabled

pub fn scanoffset(&mut self) -> _SCANOFFSETW[src]

Bits 16:19 - Scan Mode Offset Calibration Value for Differential or Positive Single-ended Mode

pub fn scanoffsetinv(&mut self) -> _SCANOFFSETINVW[src]

Bits 20:23 - Scan Mode Offset Calibration Value for Negative Single-ended Mode

pub fn scangain(&mut self) -> _SCANGAINW[src]

Bits 24:30 - Scan Mode Gain Calibration Value

pub fn calen(&mut self) -> _CALENW[src]

Bit 31 - Calibration Mode is Enabled

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