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