IdamW

Type Alias IdamW 

pub type IdamW<'a, REG> = FieldWriter<'a, REG, 2, Idam, Safe>;
Expand description

Field IDAM writer - ID Acceptance Mode

Aliased Type§

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

Implementations§

§

impl<'a, REG> IdamW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

Format A: One full ID (standard and extended) per ID Filter Table element.

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

Format B: Two full standard IDs or two partial 14-bit (standard and extended) IDs per ID Filter Table element.

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

Format C: Four partial 8-bit Standard IDs per ID Filter Table element.

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

Format D: All frames rejected.