ErrmskFastW

Type Alias ErrmskFastW 

pub type ErrmskFastW<'a, REG> = BitWriter<'a, REG, ErrmskFast>;
Expand description

Field ERRMSK_FAST writer - Error Interrupt Mask for errors detected in the Data Phase of fast CAN FD frames

Aliased Type§

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

Implementations§

§

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

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

ERRINT_FAST Error interrupt disabled.

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

ERRINT_FAST Error interrupt enabled.