ContcW

Type Alias ContcW 

pub type ContcW<'a, REG> = BitWriter<'a, REG, Contc>;
Expand description

Field CONTC writer - Continuing Command

Aliased Type§

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

Implementations§

§

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

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

Command word for start of new transfer.

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

Command word for continuing transfer.