Searched refs:DOR_Offset (Results 1 – 3 of 3) sorted by relevance
68 #define DOR_Offset ((uint32_t)0x0000002C) macro397 return (uint16_t) (*(__IO uint32_t*)(DAC_BASE + DOR_Offset + ((uint32_t)DAC_Channel >> 2))); in DAC_GetDataOutputValue()
123 #define DOR_Offset ((u32)0x0000002C) macro
176 return (*(vu32*)(DAC_BASE + DOR_Offset + (channel >> 2))); in DAC_GetDataOutputValue()
Completed in 11 milliseconds