Home
last modified time | relevance | path

Searched refs:pDAC (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddac_15xx.h79 void Chip_DAC_Init(LPC_DAC_T *pDAC);
86 void Chip_DAC_DeInit(LPC_DAC_T *pDAC);
96 pDAC->VAL = DAC_VALUE(dac_value); in Chip_DAC_UpdateValue()
126 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_TRIG_SRC_BIT; in Chip_DAC_SetTrgSrcExternal()
139 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_POLARITY; in Chip_DAC_SetExtTriggerPolarity()
153 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_SYNC_BYPASS; in Chip_DAC_EnableSyncBypass()
173 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_TIM_ENA_BIT; in Chip_DAC_EnableIntTimer()
193 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_DBLBUF_ENA; in Chip_DAC_EnableDoubleBuffer()
213 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_SHUTOFF_ENA; in Chip_DAC_EnableShutOff()
255 pDAC->CTRL = temp | dacFlags; in Chip_DAC_ConfigDMAConverterControl()
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Ddac_15xx.c51 void Chip_DAC_Init(LPC_DAC_T *pDAC) in Chip_DAC_Init() argument
58 void Chip_DAC_DeInit(LPC_DAC_T *pDAC) in Chip_DAC_DeInit() argument

Completed in 3 milliseconds