FcfR

Type Alias FcfR 

pub type FcfR = BitReader<Fcf>;
Expand description

Field FCF reader - Frame Complete Flag

Aliased Type§

pub struct FcfR { /* private fields */ }

Implementations§

§

impl FcfR

pub const fn variant(&self) -> Fcf

Get enumerated values variant

pub fn is_0(&self) -> bool

Frame transfer has not completed.

pub fn is_1(&self) -> bool

Frame transfer has completed.