Searched refs:gpio_out_file_path (Results 1 – 1 of 1) sorted by relevance
35 static char *gpio_out_file_path = NULL; /* Possible file for dumping output toggles */ variable107 .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()