Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_NVMC.c102 uint flash_start_addr; member
133 uint flash_start_addr[NHW_NVMC_UICR_TOTAL_INST] = NHW_FLASH_START_ADDR; in nhw_nvmc_uicr_init() local
152 this->flash_start_addr = flash_start_addr[inst]; in nhw_nvmc_uicr_init()
326 if ((x < hw_nvmc_st[i].flash_start_addr) \
327 || (x >= hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { \
359 this->erase_page = (address - this->flash_start_addr) / this->flash_page_size; in nhw_nvmc_erase_page()
419 this->erase_page = (address - this->flash_start_addr)/this->flash_page_size; in nhw_nvmc_erase_page_partial()
454 if ((address >= hw_nvmc_st[i].flash_start_addr) \ in nhw_nvmc_address_location()
455 && (address < hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { in nhw_nvmc_address_location()
457 *offset = address - hw_nvmc_st[i].flash_start_addr; in nhw_nvmc_address_location()