Home
last modified time | relevance | path

Searched defs:phys_offs (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/
Dflash_mmap.c434 uint32_t phys_offs = ((phys_page & SOC_MMU_ADDR_MASK) + offset) * SPI_FLASH_MMU_PAGE_SIZE; in spi_flash_cache2phys() local
438 const void *IRAM_ATTR spi_flash_phys2cache(size_t phys_offs, spi_flash_mmap_memory_t memory) in spi_flash_phys2cache()
/hal_espressif-3.6.0/components/app_update/
Desp_ota_ops.c546 size_t phys_offs = spi_flash_cache2phys(esp_ota_get_running_partition); in esp_ota_get_running_partition() local