Searched refs:X (Results 1 – 3 of 3) 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 46 .descript = descr_prefix "Reset the " # X " storage to their erase values (0xFF) at boot"\ 53 .descript = descr_prefix "Path to the binary file where the " #X " content "\ 67 .descript = descr_prefix "Remove the " # X " file when terminating the execution "\ 74 .descript = descr_prefix "(default) Instead of a file, keep the " #X " content in RAM."\ 76 "are ignored, and the " #X " content is always reset at startup" \ 79 #define NVM_BACKEND_PARAMS(x, arg, X) \ argument 80 _NVM_BACKEND_PARAMS(x, x, arg, X, "") 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)
|
D | NRF_GPIO_backend.h | 21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
|
D | NRF_GPIO_backend.c | 255 unsigned long X,x,Y,y; in process_config_line() local 269 X = strtoul(buf, &endp, 0); in process_config_line() 289 X,x,Y,y); in process_config_line() 290 nrf_gpio_backend_register_short(X, x, Y, y); in process_config_line()
|