aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/enums.rs
Commit message (Collapse)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
| | | | | | - Use DeRef in all types - Change Name of internal_operation and its enum - move into Info to avoid macro code dup
* 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 ↵Corey Schuhen2024-03-281-0/+10
| | | | foundations for different Rx buffering modes.
* 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
Author: Adam Morgan <[email protected]> Break definitions out of bxcan that can be used innm fdcan. Typo