Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNRF_GPIO_backend.c35 static char *gpio_out_file_path = NULL; /* Possible file for dumping output toggles */ variable
107 .dest=(void *)&gpio_out_file_path, in nrf_gpio_register_cmd_args()
145 if (gpio_out_file_path == NULL) { in nrf_gpio_init_output_file()
149 bs_create_folders_in_path(gpio_out_file_path); in nrf_gpio_init_output_file()
150 output_file_ptr = bs_fopen(gpio_out_file_path, "w"); in nrf_gpio_init_output_file()