IdamR

Type Alias IdamR 

pub type IdamR = FieldReader<Idam>;
Expand description

Field IDAM reader - ID Acceptance Mode

Aliased Type§

pub struct IdamR { /* private fields */ }

Implementations§

§

impl IdamR

pub const fn variant(&self) -> Idam

Get enumerated values variant

pub fn is_00(&self) -> bool

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

pub fn is_01(&self) -> bool

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

pub fn is_10(&self) -> bool

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

pub fn is_11(&self) -> bool

Format D: All frames rejected.