Searched defs:readb (Results 1 – 3 of 3) sorted by relevance
32 #define readb(address) GET_UINT8(address) macro
28 #define readb(address) GET_UINT8(address) macro
184 #define readb(addr) (*(volatile uint8_t*)(uintptr_t)(addr)) macro