aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
blob: e7fe3ad1fc17523e5ba928ec7cab76fe003bf1fa (plain)
1
2
3
4
5
6
7
8
9
10
11
STM32 BDMAv1 driver.

Driver capability:

- The driver supports the "basic" DMA controller.

The file registry must export:

STM32_BDMAn_CHx_HANDLER     - Vector name for IRQ "x" (1..7). If the macro
                              is not exported then the ISR is not declared.
STM32_BDMAn_CHx_NUMBER      - Vector number for IRQ "x" (1..7).