MdisW

Type Alias MdisW 

pub type MdisW<'a, REG> = BitWriter<'a, REG, Mdis>;
Expand description

Field MDIS writer - Module Disable

Aliased Type§

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

Implementations§

§

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

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

Enable the FlexCAN module.

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

Disable the FlexCAN module.