Type Alias ErrstR

Source
pub type ErrstR = FieldReader<Errstselect>;
Expand description

Field ERRST reader - ADMA Error State

Aliased Type§

struct ErrstR { /* private fields */ }

Implementations§

Source§

impl ErrstR

Source

pub const fn variant(&self) -> Option<Errstselect>

Get enumerated values variant

Source

pub fn is_stop(&self) -> bool

ST_STOP (Stop DMA)

Source

pub fn is_fds(&self) -> bool

ST_FDS (Fetch Descriptor)

Source

pub fn is_tfr(&self) -> bool

ST_TFR (Transfer Data)