Searched refs:nrfy_gpio_cfg_input (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_qdec.c | 71 nrfy_gpio_cfg_input(p_config->psela, NRF_GPIO_PIN_NOPULL); in qdec_configure() 72 nrfy_gpio_cfg_input(p_config->pselb, NRF_GPIO_PIN_NOPULL); in qdec_configure() 75 nrfy_gpio_cfg_input(p_config->pselled, NRF_GPIO_PIN_NOPULL); in qdec_configure()
|
| D | nrfx_i2s.c | 116 nrfy_gpio_cfg_input(p_config->sck_pin, NRF_GPIO_PIN_NOPULL); in configure_pins() 117 nrfy_gpio_cfg_input(p_config->lrck_pin, NRF_GPIO_PIN_NOPULL); in configure_pins() 135 nrfy_gpio_cfg_input(p_config->sdin_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
|
| D | nrfx_pdm.c | 115 nrfy_gpio_cfg_input(p_config->din_pin, NRF_GPIO_PIN_NOPULL); in pdm_configure()
|
| D | nrfx_uarte.c | 206 nrfy_gpio_cfg_input(p_config->rxd_pin, NRF_GPIO_PIN_NOPULL); in uarte_configure() 216 nrfy_gpio_cfg_input(p_config->cts_pin, NRF_GPIO_PIN_NOPULL); in uarte_configure()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_gpio.h | 100 NRFY_STATIC_INLINE void nrfy_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config) in nrfy_gpio_cfg_input() function
|