LbkdifW

Type Alias LbkdifW 

pub type LbkdifW<'a, REG> = BitWriter<'a, REG, Lbkdif>;
Expand description

Field LBKDIF writer - LIN Break Detect Interrupt Flag

Aliased Type§

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

Implementations§

§

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

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

No LIN break character has been detected.

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

LIN break character has been detected.