Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_mm/
Desp_cache.c58 uint32_t data_cache_line_size = cache_hal_get_cache_line_size(CACHE_TYPE_DATA); in esp_cache_msync() local
61 …ddr % data_cache_line_size) == 0, ESP_ERR_INVALID_ARG, TAG, "start address isn't aligned with the … in esp_cache_msync()
62 …R((size % data_cache_line_size) == 0, ESP_ERR_INVALID_ARG, TAG, "size isn't aligned with the data … in esp_cache_msync()
63 …ize) % data_cache_line_size) == 0, ESP_ERR_INVALID_ARG, TAG, "end address isn't aligned with the d… in esp_cache_msync()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c298 uint32_t data_cache_line_size = cache_hal_get_cache_line_size(CACHE_TYPE_DATA); in gdma_set_transfer_ability() local
312 …psram_alignment = data_cache_line_size; // fall back to use the same size of the psram data cache … in gdma_set_transfer_ability()
318data_cache_line_size) == 0), ESP_ERR_INVALID_ARG, err, TAG, "psram alignment (%d)B should be multi… in gdma_set_transfer_ability()