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_Public_Types

DAC_Public_Types
[DAC]

Data Structures

struct  DAC_CONVERTER_CFG_Type
 Configuration for DA converter control register. More...

Enumerations

enum  DAC_CURRENT_OPT { DAC_MAX_CURRENT_700uA = 0, DAC_MAX_CURRENT_350uA }
 

Current option in ADC confuration option.

More...

Enumeration Type Documentation

Current option in ADC confuration option.

Enumerator:
DAC_MAX_CURRENT_700uA 

The settling time of the DAC is 1 us max, and the maximum current is 700 uA

DAC_MAX_CURRENT_350uA 

The settling time of the DAC is 2.5 us and the maximum current is 350 uA

Definition at line 48 of file lpc17xx_dac.h.