stm32-rs / bxcan

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

Add support for the error status register and error interrupts #62

Open guineawheek opened 3 months ago

guineawheek commented 3 months ago

This allows for handling error interrupts in SCE as well as reading the error status register's data as a nice struct.