[][src]Struct imxrt1062_adc1::cfg::ADSTS_W

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

Write proxy for field ADSTS

Methods

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

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

Writes variant to the field

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

Sample period (ADC clocks) = 2 if ADLSMP=0b Sample period (ADC clocks) = 12 if ADLSMP=1b

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

Sample period (ADC clocks) = 4 if ADLSMP=0b Sample period (ADC clocks) = 16 if ADLSMP=1b

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

Sample period (ADC clocks) = 6 if ADLSMP=0b Sample period (ADC clocks) = 20 if ADLSMP=1b

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

Sample period (ADC clocks) = 8 if ADLSMP=0b Sample period (ADC clocks) = 24 if ADLSMP=1b

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for ADSTS_W<'a>

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

impl<'a> Unpin for ADSTS_W<'a>

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.