NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

GPDMA_Public_Types

GPDMA_Public_Types
[GPDMA]

Data Structures

struct  GPDMA_Channel_CFG_Type
 GPDMA Channel configuration structure type definition. More...
struct  GPDMA_LLI_Type
 GPDMA Linker List Item structure type definition. More...

Typedefs

typedef void( fnGPDMACbs_Type )(uint32_t channelStatus)
 GPDMA call-back function type definitions.

Typedef Documentation

typedef void( fnGPDMACbs_Type)(uint32_t channelStatus)

GPDMA call-back function type definitions.

Definition at line 241 of file lpc17xx_gpdma.h.