LbkdeR

Type Alias LbkdeR 

pub type LbkdeR = BitReader<Lbkde>;
Expand description

Field LBKDE reader - LIN Break Detection Enable

Aliased Type§

pub struct LbkdeR { /* private fields */ }

Implementations§

§

impl LbkdeR

pub const fn variant(&self) -> Lbkde

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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).