Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNRF_GPIO.h56 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value);
DNRF_GPIO.c110 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value);
130 nrf_gpio_eval_input(port, n, value); in nrf_gpio_test_change_pin_level()
359 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value) in nrf_gpio_eval_input() function
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()