Home
last modified time | relevance | path

Searched refs:flash_runtime_addr (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h69 typedef intptr_t (*rom_flash_runtime_to_storage_addr_fn)(uintptr_t flash_runtime_addr);
796 static inline intptr_t rom_flash_runtime_to_storage_addr(uintptr_t flash_runtime_addr) { in rom_flash_runtime_to_storage_addr() argument
798 return func(flash_runtime_addr); in rom_flash_runtime_to_storage_addr()