Home
last modified time | relevance | path

Searched refs:nrf_gpio_cfg_input (Results 1 – 10 of 10) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_qdec.c110 nrf_gpio_cfg_input(p_config->psela, NRF_GPIO_PIN_NOPULL); in nrfx_qdec_init()
111 nrf_gpio_cfg_input(p_config->pselb, NRF_GPIO_PIN_NOPULL); in nrfx_qdec_init()
114 nrf_gpio_cfg_input(p_config->pselled, NRF_GPIO_PIN_NOPULL); in nrfx_qdec_init()
H A Dnrfx_i2s.c94 nrf_gpio_cfg_input(p_config->sck_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
95 nrf_gpio_cfg_input(p_config->lrck_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
124 nrf_gpio_cfg_input(sdin_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
H A Dnrfx_uarte.c113 nrf_gpio_cfg_input(p_config->pselrxd, NRF_GPIO_PIN_NOPULL); in apply_config()
123 nrf_gpio_cfg_input(p_config->pselcts, NRF_GPIO_PIN_NOPULL); in apply_config()
H A Dnrfx_uart.c82 nrf_gpio_cfg_input(p_config->pselrxd, NRF_GPIO_PIN_NOPULL); in apply_config()
92 nrf_gpio_cfg_input(p_config->pselcts, NRF_GPIO_PIN_NOPULL); in apply_config()
H A Dnrfx_pdm.c209 nrf_gpio_cfg_input(p_config->pin_din, NRF_GPIO_PIN_NOPULL); in nrfx_pdm_init()
H A Dnrfx_spi.c149 nrf_gpio_cfg_input(miso_pin, (nrf_gpio_pin_pull_t)NRFX_SPI_MISO_PULL_CFG); in nrfx_spi_init()
H A Dnrfx_spim.c261 nrf_gpio_cfg_input(miso_pin, (nrf_gpio_pin_pull_t)NRFX_SPIM_MISO_PULL_CFG); in nrfx_spim_init()
H A Dnrfx_gpiote.c531 nrf_gpio_cfg_input(pin, p_config->pull); in nrfx_gpiote_in_init()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h190 __STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config);
502 nrf_gpio_cfg_input(pin_range_start, pull_config); in nrf_gpio_range_cfg_input()
537 __STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config) in nrf_gpio_cfg_input() function
/nrf52832-nimble/drivers/
H A Ddrv_uart.c129 nrf_gpio_cfg_input(config.pselrxd, NRF_GPIO_PIN_NOPULL); in _uart_cfg()