rom_flash_runtime_to_storage_addr() function
Translate runtime to storage address Applies the address translation currently configured by QMI address translation registers. Translating an address outside of the XIP runtime address window, or beyond the bounds of an ATRANSx_SIZE field, returns BOOTROM_ERROR_INVALID_ADDRESS, which is not a valid flash storage address. Otherwise, return the storage address which QMI would access when presented with the runtime address addr. This is effectively a virtual-to-physical address translation for QMI.
Arguments
flash_runtime_addr
the address to translate