Searched refs:nrf_gpio_eval_input (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_GPIO.h | 54 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value);
|
D | NRF_GPIO_backend.c | 135 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()
|
D | NRF_GPIO.c | 161 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
|