FretscW

Type Alias FretscW 

pub type FretscW<'a, REG> = BitWriter<'a, REG, Fretsc>;
Expand description

Field FRETSC writer - Frame Error / Transmit Special Character

Aliased Type§

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

Implementations§

§

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

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

The dataword was received without a frame error on read, or transmit a normal character on write.

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

The dataword was received with a frame error, or transmit an idle or break character on transmit.