![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "dac_001.h"Go to the source code of this file.
Functions | |
| void | IP_DAC_Init (IP_DAC_001_T *pDAC) |
| Initial DAC configuration. | |
| void | IP_DAC_UpdateValue (IP_DAC_001_T *pDAC, uint32_t dac_value) |
| Update value to DAC buffer. | |
| void | IP_DAC_SetBias (IP_DAC_001_T *pDAC, uint32_t bias) |
| Set maximum update rate for DAC. | |
| void | IP_DAC_SetDMATimeOut (IP_DAC_001_T *pDAC, uint32_t time_out) |
| Set reload value for interrupt/DMA counter. | |
| IntStatus | IP_DAC_GetIntStatus (IP_DAC_001_T *pDAC) |
| Get status for interrupt/DMA time out. | |