BoffrecW

Type Alias BoffrecW 

pub type BoffrecW<'a, REG> = BitWriter<'a, REG, Boffrec>;
Expand description

Field BOFFREC writer - Bus Off Recovery

Aliased Type§

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

Implementations§

§

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

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

Automatic recovering from Bus Off state enabled.

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

Automatic recovering from Bus Off state disabled.