Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RRAMC.c78 NRF_UICR_Type *NRF_UICR_regs_p[NHW_RRAMC_UICR_TOTAL_INST];
79 NRF_RRAMC_Type *NRF_RRAMC_regs_p[NHW_RRAMC_UICR_TOTAL_INST];
80 NRF_RRAMC_Type NRF_RRAMC_regs[NHW_RRAMC_UICR_TOTAL_INST] = {0};
92 static struct hw_rramc_st_t hw_rramc_st[NHW_RRAMC_UICR_TOTAL_INST];
95 struct nhw_nvm_st_args_t uicr[NHW_RRAMC_UICR_TOTAL_INST];
96 struct nhw_nvm_st_args_t rram[NHW_RRAMC_UICR_TOTAL_INST];
104 uint rram_start_addr[NHW_RRAMC_UICR_TOTAL_INST] = NHW_RRAM_START_ADDR; in nhw_RRAMC_uicr_init()
105 uint rram_size[NHW_RRAMC_UICR_TOTAL_INST] = NHW_RRAM_SIZE; in nhw_RRAMC_uicr_init()
106 uint uicr_size[NHW_RRAMC_UICR_TOTAL_INST] = NHW_UICR_SIZE; in nhw_RRAMC_uicr_init()
110 for (int inst = 0; inst < NHW_RRAMC_UICR_TOTAL_INST; inst++) { in nhw_RRAMC_uicr_init()
[all …]
DNHW_config.h712 #define NHW_RRAMC_UICR_TOTAL_INST 1 macro