Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.h54 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value);
DNRF_GPIO_backend.c135 nrf_gpio_eval_input(shorts[port][n][i].port, shorts[port][n][i].pin, value); in nrf_gpio_backend_short_propagate()
410 nrf_gpio_eval_input(gpio_input_file_st.port, gpio_input_file_st.pin, in nrf_gpio_input_event_triggered()
DNRF_GPIO.c161 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value);
188 nrf_gpio_eval_input(port, n, value); in nrf_gpio_test_change_pin_level()
453 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value) in nrf_gpio_eval_input() function