Type Alias DmaenR

Source
pub type DmaenR = BitReader<Dmaenselect>;
Expand description

Field DMAEN reader - DMA Enable

Aliased Type§

struct DmaenR { /* private fields */ }

Implementations§

Source§

impl DmaenR

Source

pub const fn variant(&self) -> Dmaenselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

No data transfer or Non DMA data transfer

Source

pub fn is_enable(&self) -> bool

DMA data transfer