[]Struct nucleo_f042k6::adc::isr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn awd(&mut self) -> _AWDW

Bit 7 - Analog watchdog flag

pub fn ovr(&mut self) -> _OVRW

Bit 4 - ADC overrun

pub fn eos(&mut self) -> _EOSW

Bit 3 - End of sequence flag

pub fn eoc(&mut self) -> _EOCW

Bit 2 - End of conversion flag

pub fn eosmp(&mut self) -> _EOSMPW

Bit 1 - End of sampling flag

pub fn adrdy(&mut self) -> _ADRDYW

Bit 0 - ADC ready

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T
[src]

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]