Searched refs:nrf_gpio_cfg_input (Results 1 – 10 of 10) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
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()
|
A D | nrfx_i2s.c | 104 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 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()
|
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()
|
A D | nrfx_pdm.c | 216 nrf_gpio_cfg_input(p_config->pin_din, NRF_GPIO_PIN_NOPULL); in nrfx_pdm_init()
|
A D | nrfx_spi.c | 148 nrf_gpio_cfg_input(miso_pin, p_config->miso_pull); in nrfx_spi_init()
|
A D | nrfx_gpiote.c | 537 nrf_gpio_cfg_input(pin, p_config->pull); in nrfx_gpiote_in_init()
|
A D | nrfx_spim.c | 356 nrf_gpio_cfg_input(miso_pin, p_config->miso_pull); in nrfx_spim_init()
|
/lk-master/platform/nrf52xxx/ |
A D | gpio.c | 32 nrf_gpio_cfg_input(nr, pull); in gpio_config()
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_gpio.h | 220 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