stm32-rs / bxcan

bxCAN peripheral driver for STM32 chips
Apache License 2.0
32 stars 22 forks source link

Support for two FIFOs #52

Closed jcmnn closed 2 years ago

jcmnn commented 2 years ago

Is there a way to configure the FIFO assignment of a filter? From the datasheet, it's configured using the CAN_FFAxR register and I don't see any references to that register in the source for this.