|
NinjaFlight
|

Go to the source code of this file.
Data Structures | |
| struct | dmaHandlers_s |
Typedefs | |
| typedef void(* | dmaCallbackHandlerFuncPtr )(DMA_Channel_TypeDef *channel) |
| typedef struct dmaHandlers_s | dmaHandlers_t |
Enumerations | |
| enum | dmaHandlerIdentifier_e { DMA1_CH2_HANDLER = 0, DMA1_CH3_HANDLER, DMA1_CH6_HANDLER, DMA1_CH7_HANDLER } |
Functions | |
| void | dmaInit (void) |
| void | dmaSetHandler (dmaHandlerIdentifier_e identifier, dmaCallbackHandlerFuncPtr callback) |
| typedef void(* dmaCallbackHandlerFuncPtr)(DMA_Channel_TypeDef *channel) |
| typedef struct dmaHandlers_s dmaHandlers_t |
| void dmaInit | ( | void | ) |
| void dmaSetHandler | ( | dmaHandlerIdentifier_e | identifier, |
| dmaCallbackHandlerFuncPtr | callback | ||
| ) |