![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"Go to the source code of this file.
Macros | |
| #define | DATA_SIZE 0x400 |
| #define | DAC_TIMEOUT 0x3FF |
Functions | |
| static void | App_DMA_Test (void) |
| static void | App_Polling_Test (void) |
| void | DMA_IRQHandler (void) |
| DMA interrupt handler sub-routine. | |
| int | main (void) |
| Main routine for DAC example. | |
Variables | |
| static const char | WelcomeMenu [] |
| static const char | SelectMenu [] |
| static const char | DirectionMenu [] |
| static volatile uint8_t | channelTC |
| static volatile uint8_t | dmaChannelNum |
| static volatile uint8_t | DAC_Interrupt_Done_Flag |
| static volatile uint8_t | Interrupt_Continue_Flag |
| static uint32_t | DMAbuffer |