TcfW

Type Alias TcfW 

pub type TcfW<'a, REG> = BitWriter<'a, REG, Tcf>;
Expand description

Field TCF writer - Transfer Complete Flag

Aliased Type§

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

Implementations§

§

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

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

All transfers have not completed.

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

All transfers have completed.