embassy/embassy-stm32/src/can
Corey Schuhen 1de78d0490 Initial FDCAN driver implementation.
Original author:
    Torin Cooper-Bennun <tcbennun@maxiluxsystems.com>

Cleanup and documentaion by:
    Tomasz bla Fortuna <bla@reactor.local>
    Corey Schuhen <cschuhen@gmail.com>

Use new PAC method now that the names are common.

Use broken out definitions that can be shared with bxcan

Populate Rx struct with an embassy timestamp.

Remove use of RefCell.

As per review comment. - THis will probably get squashed down.

Fix
2024-01-31 05:40:05 +10:00
..
bxcan.rs Add FDCAN clock registers to G4 RCC. 2024-01-31 05:40:05 +10:00
enums.rs Add FDCAN clock registers to G4 RCC. 2024-01-31 05:40:05 +10:00
fdcan.rs Initial FDCAN driver implementation. 2024-01-31 05:40:05 +10:00
mod.rs stm32: more docs. 2023-12-19 00:10:36 +01:00
util.rs Add FDCAN clock registers to G4 RCC. 2024-01-31 05:40:05 +10:00