Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddac_15xx.h64 #define DAC_TIM_ENA_BIT (1 << 6) macro
173 pDAC->CTRL = (pDAC->CTRL & ~DAC_CTRL_UNUSED) | DAC_TIM_ENA_BIT; in Chip_DAC_EnableIntTimer()
183 pDAC->CTRL &= ~(DAC_CTRL_UNUSED | DAC_TIM_ENA_BIT); in Chip_DAC_DisableIntTimer()

Completed in 4 milliseconds