Type Alias EOSIE_R

Source
pub type EOSIE_R = BitReader<EOSIE>;
Expand description

Field EOSIE reader - End of conversion sequence interrupt enable This bit is set and cleared by software to enable/disable the end of sequence of conversions interrupt. Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).

Aliased Type§

struct EOSIE_R { /* private fields */ }

Implementations§

Source§

impl EOSIE_R

Source

pub const fn variant(&self) -> EOSIE

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

EOS interrupt disabled

Source

pub fn is_enabled(&self) -> bool

EOS interrupt enabled. An interrupt is generated when the EOS bit is set.