aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/enums.rs
Commit message (Expand)AuthorAgeFilesLines
* Fmt files, add changelog entryJomer.Dev2025-11-271-14/+14
* Add error messages to calc_can_timingsJomer.Dev2025-11-271-0/+37
* FDCAN/BXCAN: Finish implementation of RAII instance counters.Corey Schuhen2025-06-211-1/+1
* Reference count senders and receivers so that we don't close down early.Corey Schuhen2025-03-091-0/+14
* stm32: can: fd: introduce BusErrorMode with docs and Properties getterTorin Cooper-Bennun2024-04-231-0/+18
* BXCAN: Create RxMode enum and move reader methods into it, laying foundations...Corey Schuhen2024-03-281-0/+10
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-0/+12
* Add FDCAN clock registers to G4 RCC.Tomasz bla Fortuna2024-01-311-0/+30