Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
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()
A Dnrfx_i2s.c104 nrf_gpio_cfg_input(p_config->sck_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
105 nrf_gpio_cfg_input(p_config->lrck_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
134 nrf_gpio_cfg_input(sdin_pin, NRF_GPIO_PIN_NOPULL); in configure_pins()
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()
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()
A Dnrfx_pdm.c216 nrf_gpio_cfg_input(p_config->pin_din, NRF_GPIO_PIN_NOPULL); in nrfx_pdm_init()
A Dnrfx_spi.c148 nrf_gpio_cfg_input(miso_pin, p_config->miso_pull); in nrfx_spi_init()
A Dnrfx_gpiote.c537 nrf_gpio_cfg_input(pin, p_config->pull); in nrfx_gpiote_in_init()
A Dnrfx_spim.c356 nrf_gpio_cfg_input(miso_pin, p_config->miso_pull); in nrfx_spim_init()
/lk-master/platform/nrf52xxx/
A Dgpio.c32 nrf_gpio_cfg_input(nr, pull); in gpio_config()
/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h220 NRF_STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config);
570 nrf_gpio_cfg_input(pin_range_start, pull_config); in nrf_gpio_range_cfg_input()
605 NRF_STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config) in nrf_gpio_cfg_input() function

Completed in 14 milliseconds