Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_NVMC.c87 NRF_NVMC_Type NRF_NVMC_regs[NHW_NVMC_UICR_TOTAL_INST] = {0}; variable
138 memset(NRF_NVMC_regs, 0x00, sizeof(NRF_NVMC_regs)); in nhw_nvmc_uicr_init()
142 this->NVMC_regs = &NRF_NVMC_regs[inst]; in nhw_nvmc_uicr_init()
143 NRF_NVMC_regs_p[inst] = &NRF_NVMC_regs[inst]; in nhw_nvmc_uicr_init()
145 NRF_NVMC_regs[inst].READY = 1; in nhw_nvmc_uicr_init()
146 NRF_NVMC_regs[inst].READYNEXT = 1; in nhw_nvmc_uicr_init()
147 NRF_NVMC_regs[inst].ERASEPAGEPARTIALCFG = 0x0000000A; in nhw_nvmc_uicr_init()
283 NRF_NVMC_regs[inst].READY = 1; in nhw_nvmc_timer_triggered()
284 NRF_NVMC_regs[inst].READYNEXT = 1; in nhw_nvmc_timer_triggered()
294 if (NRF_NVMC_regs[inst].READY) { in nhw_nvmc_time_to_ready()
[all …]