Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c50 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, in gpiote_pin_toggle_task_setup()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h191 NRF_GPIO_PIN_INPUT_DISCONNECT = GPIO_PIN_CNF_INPUT_Disconnect ///< Disconnect input buffer. enumerator
1055 NRF_GPIO_PIN_INPUT_DISCONNECT, in nrf_gpio_cfg_output()
1064 ((uint32_t)NRF_GPIO_PIN_INPUT_DISCONNECT << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_port_pin_output_set()
1108 NRF_GPIO_PIN_INPUT_DISCONNECT, in nrf_gpio_cfg_default()
1125 nrf_gpio_pin_input_t input = NRF_GPIO_PIN_INPUT_DISCONNECT; in nrf_gpio_input_disconnect()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c127 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c136 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h163 .input_connect = NRF_GPIO_PIN_INPUT_DISCONNECT, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c73 NRF_GPIO_PIN_INPUT_DISCONNECT, \
Dnrfx_twis.c146 NRF_GPIO_PIN_INPUT_DISCONNECT, in nrfx_twis_config_pin()
Dnrfx_spim.c259 input = NRF_GPIO_PIN_INPUT_DISCONNECT; in pin_init()
Dnrfx_gpiote.c732 (p_config->input_connect == NRF_GPIO_PIN_INPUT_DISCONNECT)) in gpiote_output_configure()