BtfW

Type Alias BtfW 

pub type BtfW<'a, REG> = BitWriter<'a, REG, Btf>;
Expand description

Field BTF writer - Bit Timing Format Enable

Aliased Type§

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

Implementations§

§

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

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

Extended bit time definitions disabled.

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

Extended bit time definitions enabled.