Type Alias gd32f1::gd32f190::can0::inten::BoieW

source ·
pub type BoieW<'a, REG> = BitWriter<'a, REG, Boie>;
Expand description

Field BOIE writer - Bus-off interrupt enable

Aliased Type§

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

Implementations§

source§

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

source

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

Bus-off interrupt is disabled

source

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

Bus-off interrupt is enabled