RidmaeR

Type Alias RidmaeR 

pub type RidmaeR = BitReader<Ridmae>;
Expand description

Field RIDMAE reader - Receiver Idle DMA Enable

Aliased Type§

pub struct RidmaeR { /* private fields */ }

Implementations§

§

impl RidmaeR

pub const fn variant(&self) -> Ridmae

Get enumerated values variant

pub fn is_0(&self) -> bool

DMA request disabled.

pub fn is_1(&self) -> bool

DMA request enabled.