Searched refs:flash (Results 1 – 2 of 2) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_NVMC.c | 113 struct nhw_nvm_st_args_t flash[NHW_NVMC_UICR_TOTAL_INST]; member 157 nhw_nvm_init_storage(&this->flash_st, &nvmc_args.flash[inst], in nhw_nvmc_uicr_init() 643 NVM_BACKEND_PARAMS_CALLBACS(flash, flash[0]) in NVM_BACKEND_PARAMS_CALLBACS() 645 NVM_BACKEND_PARAMS_CALLBACS(flash, flash[1]) in NVM_BACKEND_PARAMS_CALLBACS() 647 NVM_BACKEND_PARAMS_CALLBACS(flash_app, flash[0]) in NVM_BACKEND_PARAMS_CALLBACS() 649 NVM_BACKEND_PARAMS_CALLBACS(flash_net, flash[1]) in NVM_BACKEND_PARAMS_CALLBACS() 655 nvmc_args.flash[i].in_ram = true; in NVM_BACKEND_PARAMS_CALLBACS() 661 NVM_BACKEND_PARAMS(flash, flash[0], FLASH), in NVM_BACKEND_PARAMS_CALLBACS() 664 NVM_BACKEND_PARAMS(flash_app, flash[0], FLASH_APP), in NVM_BACKEND_PARAMS_CALLBACS() 666 NVM_BACKEND_PARAMS(flash_net, flash[1], FLASH_NET), in NVM_BACKEND_PARAMS_CALLBACS() [all …]
|
D | NHW_RRAMC.c | 395 NVM_BACKEND_PARAMS_ALIAS(flash, rram, rram[0], RRAM, "(Alias for rram_* paramaters) "), in NVM_BACKEND_PARAMS_CALLBACS()
|