Searched defs:rom_hword_as_ptr (Results 1 – 1 of 1) sorted by relevance
163 __force_inline static void *rom_hword_as_ptr(uint16_t rom_address) { in rom_hword_as_ptr() function171 #define rom_hword_as_ptr(rom_address) (void *)(uintptr_t)(*(uint16_t *)(uintptr_t)(rom_address)) macro