Module esp32c3_hal::twai::filter

source ·
Expand description

Two-wire Automotive Interface (TWAI) Filters

These are acceptance filters that limit which packets are received by the TWAI peripheral.

Structs

  • NOTE: The dual extended id acceptance filters can only match “the first 16 bits of the 29-bit ID”.
  • A filter that matches against two standard 11-bit standard ids.
  • Warning: This is not a perfect filter. Standard ids that match the bit layout of this filter will also be accepted.
  • A filter that matches against a single 11 bit id, the rtr bit, and the first two bytes of the payload.

Enums

Traits

Type Definitions