Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_NVMC.c103 uint flash_size; member
155 this->flash_size = this->flash_n_pages * this->flash_page_size; in nhw_nvmc_uicr_init()
158 this->flash_size, "flash"); in nhw_nvmc_uicr_init()
171 for (int i = 0; i < this->flash_size; i+=4) { in nhw_nvmc_uicr_init()
327 || (x >= hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { \
455 && (address < hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { in nhw_nvmc_address_location()