AenR

Type Alias AenR 

pub type AenR = BitReader<Aen>;
Expand description

Field AEN reader - Abort Enable

Aliased Type§

pub struct AenR { /* private fields */ }

Implementations§

§

impl AenR

pub const fn variant(&self) -> Aen

Get enumerated values variant

pub fn is_0(&self) -> bool

Abort disabled.

pub fn is_1(&self) -> bool

Abort enabled.