Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNRF_GPIO_backend.c34 static char *gpio_in_file_path = NULL; /* Possible file for input stimuli */ variable
100 .dest=(void *)&gpio_in_file_path, in nrf_gpio_register_cmd_args()
339 gpio_in_file_path, buf); in nrf_gpio_input_process_next_time()
382 if (gpio_in_file_path == NULL) { in nrf_gpio_init_input_file()
389 gpio_input_file_st.input_file_ptr = bs_fopen(gpio_in_file_path, "r"); in nrf_gpio_init_input_file()
397 __func__, gpio_in_file_path); in nrf_gpio_init_input_file()