Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNRF_GPIO_backend.c36 static char *gpio_conf_file_path = NULL; /* Possible file for configuration (short-circuits) */ variable
114 .dest=(void *)&gpio_conf_file_path, in nrf_gpio_register_cmd_args()
299 if (gpio_conf_file_path == NULL) { in nrf_gpio_load_config()
303 FILE *fileptr = bs_fopen(gpio_conf_file_path, "r"); in nrf_gpio_load_config()