Searched refs:uicr (Results 1 – 2 of 2) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_RRAMC.c | 95 struct nhw_nvm_st_args_t uicr[NHW_RRAMC_UICR_TOTAL_INST]; member 131 nhw_nvm_init_storage(&this->uicr_st, &nvmc_args.uicr[inst], in nhw_RRAMC_uicr_init() 383 NVM_BACKEND_PARAMS_CALLBACS(uicr, uicr[0]) in NVM_BACKEND_PARAMS_CALLBACS() argument 388 nvmc_args.uicr[i].in_ram = true; in NVM_BACKEND_PARAMS_CALLBACS() 393 NVM_BACKEND_PARAMS(uicr, uicr[0], UICR), in NVM_BACKEND_PARAMS_CALLBACS()
|
D | NHW_NVMC.c | 112 struct nhw_nvm_st_args_t uicr[NHW_NVMC_UICR_TOTAL_INST]; member 161 nhw_nvm_init_storage(&this->uicr_st, &nvmc_args.uicr[inst], in nhw_nvmc_uicr_init() 642 NVM_BACKEND_PARAMS_CALLBACS(uicr, uicr[0]) in NVM_BACKEND_PARAMS_CALLBACS() argument 646 NVM_BACKEND_PARAMS_CALLBACS(uicr_app, uicr[0]) in NVM_BACKEND_PARAMS_CALLBACS() 648 NVM_BACKEND_PARAMS_CALLBACS(uicr_net, uicr[1]) in NVM_BACKEND_PARAMS_CALLBACS() 654 nvmc_args.uicr[i].in_ram = true; in NVM_BACKEND_PARAMS_CALLBACS() 660 NVM_BACKEND_PARAMS(uicr, uicr[0], UICR), in NVM_BACKEND_PARAMS_CALLBACS() 663 NVM_BACKEND_PARAMS(uicr_app, uicr[0], UICR_APP), in NVM_BACKEND_PARAMS_CALLBACS() 665 NVM_BACKEND_PARAMS(uicr_net, uicr[1], UICR_NET), in NVM_BACKEND_PARAMS_CALLBACS()
|