embassy/embassy-stm32/src/dma
Dario Nieuwenhuis 921780e6bf Make interrupt module more standard.
- Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`.
- Reexport the PAC interrupt enum in `embassy_xx::interrupt`.

This has a few advantages:
- The `embassy_xx::interrupt` module is now more "standard".
  - It works with `cortex-m` functions for manipulating interrupts, for example.
  - It works with RTIC.
- the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs.
- When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`.
2023-06-08 18:00:48 +02:00
..
bdma.rs Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
dma.rs Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
dmamux.rs stm32/dma: refactor. 2023-04-18 16:37:35 +02:00
gpdma.rs Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
mod.rs Ring-buffered uart rx with one-period overrun detection 2023-05-01 22:42:36 +02:00
ringbuffer.rs stm32/uart: fix dma ringbuf tests 2023-05-29 15:14:43 -05:00
word.rs stm32/spi: add support for all word sizes. 2023-04-18 20:56:23 +02:00