Searched refs:NVM_BACKEND_PARAMS_CALLBACS (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_NVMC.c | 642 NVM_BACKEND_PARAMS_CALLBACS(uicr, uicr[0]) in NVM_BACKEND_PARAMS_CALLBACS() function 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() 646 NVM_BACKEND_PARAMS_CALLBACS(uicr_app, uicr[0]) in NVM_BACKEND_PARAMS_CALLBACS() 647 NVM_BACKEND_PARAMS_CALLBACS(flash_app, flash[0]) in NVM_BACKEND_PARAMS_CALLBACS() 648 NVM_BACKEND_PARAMS_CALLBACS(uicr_net, uicr[1]) in NVM_BACKEND_PARAMS_CALLBACS() 649 NVM_BACKEND_PARAMS_CALLBACS(flash_net, flash[1]) in NVM_BACKEND_PARAMS_CALLBACS()
|
D | NHW_NVM_backend.h | 86 #define NVM_BACKEND_PARAMS_CALLBACS(x, args) \ macro
|
D | NHW_RRAMC.c | 383 NVM_BACKEND_PARAMS_CALLBACS(uicr, uicr[0]) in NVM_BACKEND_PARAMS_CALLBACS() function 384 NVM_BACKEND_PARAMS_CALLBACS(rram, rram[0]) in NVM_BACKEND_PARAMS_CALLBACS()
|