Searched refs:nrf_gpio_cfg_input (Results 1 – 10 of 10) sorted by relevance
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_qdec.c | 110 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 D | nrfx_i2s.c | 94 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 D | nrfx_uarte.c | 113 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 D | nrfx_uart.c | 82 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 D | nrfx_pdm.c | 209 nrf_gpio_cfg_input(p_config->pin_din, NRF_GPIO_PIN_NOPULL); in nrfx_pdm_init()
|
H A D | nrfx_spi.c | 149 nrf_gpio_cfg_input(miso_pin, (nrf_gpio_pin_pull_t)NRFX_SPI_MISO_PULL_CFG); in nrfx_spi_init()
|
H A D | nrfx_spim.c | 261 nrf_gpio_cfg_input(miso_pin, (nrf_gpio_pin_pull_t)NRFX_SPIM_MISO_PULL_CFG); in nrfx_spim_init()
|
H A D | nrfx_gpiote.c | 531 nrf_gpio_cfg_input(pin, p_config->pull); in nrfx_gpiote_in_init()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_gpio.h | 190 __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 D | drv_uart.c | 129 nrf_gpio_cfg_input(config.pselrxd, NRF_GPIO_PIN_NOPULL); in _uart_cfg()
|