Home
last modified time | relevance | path

Searched refs:X (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_NVM_backend.h41 #define NVM_BACKEND_PARAMS(x, arg, X) \ argument
46 .descript = "Reset the " # X " storage to their erase values (0xFF) at boot"\
53 .descript = "Path to the binary file where the " #X " content " \
67 .descript = "Remove the " # X " file when terminating the execution " \
74 .descript = "(default) Instead of a file, keep the " #X " content in RAM." \
76 "are ignored, and the " #X " content is always reset at startup" \
DNRF_GPIO_backend.h21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
DNRF_GPIO_backend.c255 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()