Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c51 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, in gpiote_pin_toggle_task_setup()
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c122 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, in main()
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c131 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, in main()
/hal_nordic-3.5.0/nrfx/drivers/include/
Dnrfx_gpiote.h128 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, \
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_gpio.h182 NRF_GPIO_PIN_INPUT_DISCONNECT = GPIO_PIN_CNF_INPUT_Disconnect ///< Disconnect input buffer. enumerator
926 NRF_GPIO_PIN_INPUT_DISCONNECT, in nrf_gpio_cfg_output()
950 NRF_GPIO_PIN_INPUT_DISCONNECT, in nrf_gpio_cfg_default()
967 nrf_gpio_pin_input_t input = NRF_GPIO_PIN_INPUT_DISCONNECT; in nrf_gpio_input_disconnect()
/hal_nordic-3.5.0/nrfx/drivers/src/
Dnrfx_qspi.c69 NRF_GPIO_PIN_INPUT_DISCONNECT, \
Dnrfx_twis.c147 NRF_GPIO_PIN_INPUT_DISCONNECT, in nrfx_twis_config_pin()
Dnrfx_spim.c236 input = NRF_GPIO_PIN_INPUT_DISCONNECT; in pin_init()
Dnrfx_gpiote.c564 if (pin_has_trigger(pin) && (p_config->input_connect == NRF_GPIO_PIN_INPUT_DISCONNECT)) in nrfx_gpiote_output_configure()