Searched defs:rom_address (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()171 #define rom_hword_as_ptr(rom_address) (void *)(uintptr_t)(*(uint16_t *)(uintptr_t)(rom_address)) argument