MdisR

Type Alias MdisR 

pub type MdisR = BitReader<Mdis>;
Expand description

Field MDIS reader - Module Disable

Aliased Type§

pub struct MdisR { /* private fields */ }

Implementations§

§

impl MdisR

pub const fn variant(&self) -> Mdis

Get enumerated values variant

pub fn is_0(&self) -> bool

Enable the FlexCAN module.

pub fn is_1(&self) -> bool

Disable the FlexCAN module.