Searched refs:real_x (Results 1 – 1 of 1) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_NVM_backend.h | 41 #define _NVM_BACKEND_PARAMS(x, real_x, arg, X, descr_prefix) \ argument 52 .call_when_found = arg_##real_x##_file_found, \ 60 .call_when_found = arg_##real_x##_file_found, \ 73 .call_when_found = arg_##real_x##_in_ram_found, \ 82 #define NVM_BACKEND_PARAMS_ALIAS(x, real_x, arg, X, descr_prefix) \ argument 83 _NVM_BACKEND_PARAMS(x, real_x, arg, X, descr_prefix)
|