Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_NVMC.c85 NRF_UICR_Type *NRF_UICR_regs_p[NHW_NVMC_UICR_TOTAL_INST];
86 NRF_NVMC_Type *NRF_NVMC_regs_p[NHW_NVMC_UICR_TOTAL_INST];
87 NRF_NVMC_Type NRF_NVMC_regs[NHW_NVMC_UICR_TOTAL_INST] = {0};
109 static struct hw_nvmc_st_t hw_nvmc_st[NHW_NVMC_UICR_TOTAL_INST];
112 struct nhw_nvm_st_args_t uicr[NHW_NVMC_UICR_TOTAL_INST];
113 struct nhw_nvm_st_args_t flash[NHW_NVMC_UICR_TOTAL_INST];
120 for (int i = 1; i < NHW_NVMC_UICR_TOTAL_INST; i++) { in nhw_nvmc_find_next_event()
133 uint flash_start_addr[NHW_NVMC_UICR_TOTAL_INST] = NHW_FLASH_START_ADDR; in nhw_nvmc_uicr_init()
134 uint flash_page_sizes[NHW_NVMC_UICR_TOTAL_INST] = NHW_FLASH_PAGESIZE; in nhw_nvmc_uicr_init()
135 uint flash_n_pages[NHW_NVMC_UICR_TOTAL_INST] = NHW_FLASH_N_PAGES; in nhw_nvmc_uicr_init()
[all …]
DNHW_config.h119 #define NHW_NVMC_UICR_TOTAL_INST 1 macro
363 #define NHW_NVMC_UICR_TOTAL_INST 2 macro