Go to the source code of this file.
Data Structures | |
| struct | DMATAB |
Defines | |
| #define | DMA1_C1 0 |
| DMA Channel Naming. | |
| #define | DMA1_C2 1 |
| #define | DMA1_C3 2 |
| #define | DMA1_C4 3 |
| #define | DMA1_C5 4 |
| #define | DMA1_C6 5 |
| #define | DMA1_C7 6 |
| #define | STM_HAS_DMA1 7 |
| #define | DMA_MINC DMA_CCR1_MINC |
Variables | |
| const DMATAB | DmaTab [] |
| Table to align channels and interrupts for simpler access. | |
| #define DMA1_C1 0 |
DMA Channel Naming.
* $Id: ih_stm32_usart1.c 3131 2010-09-22 21:47:23Z Astralix $ *
These defines keep Nut/OS internal channel numbering aligned with the STM32 documentation RM0008.
| #define DMA1_C2 1 |
| #define DMA1_C3 2 |
| #define DMA1_C4 3 |
| #define DMA1_C5 4 |
| #define DMA1_C6 5 |
| #define DMA1_C7 6 |
| #define STM_HAS_DMA1 7 |
Referenced by DMA_Init().
| #define DMA_MINC DMA_CCR1_MINC |