BtfR

Type Alias BtfR 

pub type BtfR = BitReader<Btf>;
Expand description

Field BTF reader - Bit Timing Format Enable

Aliased Type§

pub struct BtfR { /* private fields */ }

Implementations§

§

impl BtfR

pub const fn variant(&self) -> Btf

Get enumerated values variant

pub fn is_0(&self) -> bool

Extended bit time definitions disabled.

pub fn is_1(&self) -> bool

Extended bit time definitions enabled.