ActiveR

Type Alias ActiveR 

pub type ActiveR = BitReader<Active>;
Expand description

Field ACTIVE reader - DMA Active Status

Aliased Type§

pub struct ActiveR { /* private fields */ }

Implementations§

§

impl ActiveR

pub const fn variant(&self) -> Active

Get enumerated values variant

pub fn is_0(&self) -> bool

eDMA is idle.

pub fn is_1(&self) -> bool

eDMA is executing a channel.