Searched refs:DAC_WR_DATL (Results 1 – 1 of 1) sorted by relevance
3268 #define DAC_WR_DATL(base, index, value) (DAC_DATL_REG(base, index) = (value)) macro3269 #define DAC_RMW_DATL(base, index, mask, value) (DAC_WR_DATL(base, index, (DAC_RD_DATL(base, index) …