Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RRAMC.c89 uint uicr_size; member
106 uint uicr_size[NHW_RRAMC_UICR_TOTAL_INST] = NHW_UICR_SIZE; in nhw_RRAMC_uicr_init() local
130 this->uicr_size = uicr_size[inst]; in nhw_RRAMC_uicr_init()
132 this->uicr_size, "UICR"); in nhw_RRAMC_uicr_init()
204 && (address < (uint32_t)hw_rramc_st[i].uicr_st.storage + hw_rramc_st[i].uicr_size)) { in nhw_RRAMC_address_location()
DNHW_NVMC.c106 uint uicr_size; member
136 uint uicr_size[NHW_NVMC_UICR_TOTAL_INST] = NHW_UICR_SIZE; in nhw_nvmc_uicr_init() local
160 this->uicr_size = uicr_size[inst]; in nhw_nvmc_uicr_init()
162 this->uicr_size, "UICR"); in nhw_nvmc_uicr_init()
461 && (address < (uint32_t)hw_nvmc_st[i].uicr_st.storage + hw_nvmc_st[i].uicr_size)) { in nhw_nvmc_address_location()