Searched defs:READ_UINT8 (Results 1 – 2 of 2) sorted by relevance
52 #define READ_UINT8(value, addr) ((value) = *((volatile UINT8 *)(addr))) macro
96 #define READ_UINT8(value, addr) ({ (value) = *((volatile UINT8 *)((UINTPTR)(add… macro