IsocanfdenR

Type Alias IsocanfdenR 

pub type IsocanfdenR = BitReader<Isocanfden>;
Expand description

Field ISOCANFDEN reader - ISO CAN FD Enable

Aliased Type§

pub struct IsocanfdenR { /* private fields */ }

Implementations§

§

impl IsocanfdenR

pub const fn variant(&self) -> Isocanfden

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexCAN operates using the non-ISO CAN FD protocol.

pub fn is_1(&self) -> bool

FlexCAN operates using the ISO CAN FD protocol (ISO 11898-1).