IsocanfdenW

Type Alias IsocanfdenW 

pub type IsocanfdenW<'a, REG> = BitWriter<'a, REG, Isocanfden>;
Expand description

Field ISOCANFDEN writer - ISO CAN FD Enable

Aliased Type§

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

Implementations§

§

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

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

FlexCAN operates using the non-ISO CAN FD protocol.

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

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