FcieR

Type Alias FcieR 

pub type FcieR = BitReader<Fcie>;
Expand description

Field FCIE reader - Frame Complete Interrupt Enable

Aliased Type§

pub struct FcieR { /* private fields */ }

Implementations§

§

impl FcieR

pub const fn variant(&self) -> Fcie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.