|
Functions |
| void | DAC_Init (LPC_DAC_TypeDef *DACx) |
| | Initial ADC configuration
- Maximum current is 700 uA
- Value to AOUT is 0.
|
| void | DAC_UpdateValue (LPC_DAC_TypeDef *DACx, uint32_t dac_value) |
| | Update value to DAC.
|
| void | DAC_SetBias (LPC_DAC_TypeDef *DACx, uint32_t bias) |
| | Set Maximum current for DAC.
|
| void | DAC_ConfigDAConverterControl (LPC_DAC_TypeDef *DACx, DAC_CONVERTER_CFG_Type *DAC_ConverterConfigStruct) |
| | To enable the DMA operation and control DMA timer.
|
| void | DAC_SetDMATimeOut (LPC_DAC_TypeDef *DACx, uint32_t time_out) |
| | Set reload value for interrupt/DMA counter.
|