FdenW

Type Alias FdenW 

pub type FdenW<'a, REG> = BitWriter<'a, REG, Fden>;
Expand description

Field FDEN writer - CAN FD operation enable

Aliased Type§

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

Implementations§

§

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

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

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

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

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