Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/native_drivers/
Dspu.c33 #define DEVICE_SRAM_BASE_ADDRESS SRAM_BASE_ADDRESS macro
104 …size_t start_id = (start_address - DEVICE_SRAM_BASE_ADDRESS) / SRAM_SECURE_ATTRIBUTION_REGION_SIZE; in spu_region_is_sram_region_in_address_range()
105 size_t end_id = (end_address - DEVICE_SRAM_BASE_ADDRESS) / SRAM_SECURE_ATTRIBUTION_REGION_SIZE; in spu_region_is_sram_region_in_address_range()
188 (start_addr - DEVICE_SRAM_BASE_ADDRESS) / in spu_regions_sram_config()
191 (limit_addr - DEVICE_SRAM_BASE_ADDRESS) / in spu_regions_sram_config()