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

DAC_CONVERTER_CFG_Type Struct Reference

DAC_CONVERTER_CFG_Type Struct Reference
[DAC_Public_Types]

Configuration for DA converter control register. More...

#include <lpc17xx_dac.h>

Data Fields

uint8_t DBLBUF_ENA
 -0: Disable DACR double buffering -1: when bit CNT_ENA, enable DACR double buffering feature
uint8_t CNT_ENA
uint8_t DMA_ENA

Detailed Description

Configuration for DA converter control register.

Definition at line 60 of file lpc17xx_dac.h.


Field Documentation

uint8_t CNT_ENA

-0: Time out counter is disable -1: Time out conter is enable

Definition at line 67 of file lpc17xx_dac.h.

uint8_t DBLBUF_ENA

-0: Disable DACR double buffering -1: when bit CNT_ENA, enable DACR double buffering feature

Definition at line 63 of file lpc17xx_dac.h.

uint8_t DMA_ENA

-0: DMA access is disable -1: DMA burst request

Definition at line 71 of file lpc17xx_dac.h.