Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RRAMC.c87 uint rram_start_addr; member
104 uint rram_start_addr[NHW_RRAMC_UICR_TOTAL_INST] = NHW_RRAM_START_ADDR; in nhw_RRAMC_uicr_init() local
124 this->rram_start_addr = rram_start_addr[inst]; in nhw_RRAMC_uicr_init()
197 if ((address >= hw_rramc_st[i].rram_start_addr) \ in nhw_RRAMC_address_location()
198 && (address < hw_rramc_st[i].rram_start_addr + hw_rramc_st[i].rram_size)) { in nhw_RRAMC_address_location()
200 *offset = address - hw_rramc_st[i].rram_start_addr; in nhw_RRAMC_address_location()