FdenR

Type Alias FdenR 

pub type FdenR = BitReader<Fden>;
Expand description

Field FDEN reader - CAN FD operation enable

Aliased Type§

pub struct FdenR { /* private fields */ }

Implementations§

§

impl FdenR

pub const fn variant(&self) -> Fden

Get enumerated values variant

pub fn is_1(&self) -> bool

CAN FD is enabled. FlexCAN is able to receive and transmit messages in both CAN FD and CAN 2.0 formats.

pub fn is_0(&self) -> bool

CAN FD is disabled. FlexCAN is able to receive and transmit messages in CAN 2.0 format.