TcrcW

Type Alias TcrcW 

pub type TcrcW<'a, REG> = BitWriter<'a, REG, Tcrc>;
Expand description

Field TCRC writer - TCRC

Aliased Type§

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

Implementations§

§

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

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

16-bit CRC protocol.

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

32-bit CRC protocol.