Skyward boardcore
|
Variables | |
const std::multimap< Peripherals, std::pair< DMAStreamId, Channel > > | mapPeripherals |
Maps the peripherals to the dma streams (and the corresponding channel) that are connected with. | |
const IRQn_Type | irqNumberMapping [] |
Mapping between DMAStreamId and the corresponding irq number. This is needed because irq number values are not contiguous and they are architecture dependent. | |
|
strong |
|
strong |
|
strong |
All the peripherals connected to dma.
const IRQn_Type Boardcore::DMADefs::irqNumberMapping |
Mapping between DMAStreamId
and the corresponding irq number. This is needed because irq number values are not contiguous and they are architecture dependent.
Definition at line 60 of file DMADefs.cpp.
const std::multimap< Peripherals, std::pair< DMAStreamId, Channel > > Boardcore::DMADefs::mapPeripherals |
Maps the peripherals to the dma streams (and the corresponding channel) that are connected with.
The actual initialization of mapPeripherals is board specific, and can be found inside the "board_mappings" folder.
Definition at line 31 of file stm32f407xx_mappings.cpp.