BefW

Type Alias BefW 

pub type BefW<'a, REG> = BitWriter<'a, REG, Bef>;
Expand description

Field BEF writer - Bit Error Flag

Aliased Type§

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

Implementations§

§

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

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

Slave has not detected a bit error.

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

Slave has detected a bit error.