LbkdeW

Type Alias LbkdeW 

pub type LbkdeW<'a, REG> = BitWriter<'a, REG, Lbkde>;
Expand description

Field LBKDE writer - LIN Break Detection Enable

Aliased Type§

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

Implementations§

§

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

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

LIN break detect is disabled, normal break character can be detected.

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

LIN break detect is enabled. LIN break character is detected at length of 11 bit times (if M = 0) or 12 (if M = 1) or 13 (M10 = 1).