FcfW

Type Alias FcfW 

pub type FcfW<'a, REG> = BitWriter<'a, REG, Fcf>;
Expand description

Field FCF writer - Frame Complete Flag

Aliased Type§

pub struct FcfW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> FcfW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Frame transfer has not completed.

pub fn _1(self) -> &'a mut W<REG>

Frame transfer has completed.