Enum s32k144::can0::mcr::IDAMR [] [src]

pub enum IDAMR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field IDAM

Variants

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

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

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

Format D: All frames rejected.

Methods

impl IDAMR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _00

[src]

Checks if the value of the field is _01

[src]

Checks if the value of the field is _10

[src]

Checks if the value of the field is _11

Trait Implementations

impl Clone for IDAMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IDAMR
[src]

impl Debug for IDAMR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IDAMR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.