Searched defs:READ_UINT32 (Results 1 – 2 of 2) sorted by relevance
62 #define READ_UINT32(value, addr) ((value) = *((volatile UINT32 *)(addr))) macro
108 #define READ_UINT32(value, addr) ({ (value) = *((volatile UINT32 *)((UINTPTR)(ad… macro