[][src]Struct efm32hg309f64::adc0::scanctrl::AT_W

pub struct AT_W<'a> { /* fields omitted */ }

Write proxy for field AT

Methods

impl<'a> AT_W<'a>[src]

pub fn variant(self, variant: AT_A) -> &'a mut W[src]

Writes variant to the field

pub fn _1cycle(self) -> &'a mut W[src]

1 ADC_CLK cycle acquisition time for scan samples

pub fn _2cycles(self) -> &'a mut W[src]

2 ADC_CLK cycles acquisition time for scan samples

pub fn _4cycles(self) -> &'a mut W[src]

4 ADC_CLK cycles acquisition time for scan samples

pub fn _8cycles(self) -> &'a mut W[src]

8 ADC_CLK cycles acquisition time for scan samples

pub fn _16cycles(self) -> &'a mut W[src]

16 ADC_CLK cycles acquisition time for scan samples

pub fn _32cycles(self) -> &'a mut W[src]

32 ADC_CLK cycles acquisition time for scan samples

pub fn _64cycles(self) -> &'a mut W[src]

64 ADC_CLK cycles acquisition time for scan samples

pub fn _128cycles(self) -> &'a mut W[src]

128 ADC_CLK cycles acquisition time for scan samples

pub fn _256cycles(self) -> &'a mut W[src]

256 ADC_CLK cycles acquisition time for scan samples

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for AT_W<'a>

impl<'a> Send for AT_W<'a>

impl<'a> !Sync for AT_W<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self