Searched refs:NRF_GPIO_PIN_NOPULL (Results 1 – 15 of 15) sorted by relevance
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_gpiote.h | 67 .pull = NRF_GPIO_PIN_NOPULL, \ 80 .pull = NRF_GPIO_PIN_NOPULL, \ 93 .pull = NRF_GPIO_PIN_NOPULL, \ 107 .pull = NRF_GPIO_PIN_NOPULL, \ 121 .pull = NRF_GPIO_PIN_NOPULL, \ 135 .pull = NRF_GPIO_PIN_NOPULL, \
|
A D | nrfx_twis.h | 164 .scl_pull = NRF_GPIO_PIN_NOPULL, \ 166 .sda_pull = NRF_GPIO_PIN_NOPULL, \
|
A D | nrfx_spis.h | 129 .csn_pullup = NRF_GPIO_PIN_NOPULL, \
|
A D | nrfx_spi.h | 137 .miso_pull = NRF_GPIO_PIN_NOPULL, \
|
A D | nrfx_spim.h | 177 .miso_pull = NRF_GPIO_PIN_NOPULL, \
|
/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_spis.c | 190 NRF_GPIO_PIN_NOPULL, in nrfx_spis_init() 205 NRF_GPIO_PIN_NOPULL, in nrfx_spis_init() 225 NRF_GPIO_PIN_NOPULL, in nrfx_spis_init()
|
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 | 130 NRF_GPIO_PIN_NOPULL, in nrfx_spi_init()
|
A D | nrfx_spim.c | 338 NRF_GPIO_PIN_NOPULL, in nrfx_spim_init()
|
/lk-master/platform/nrf52xxx/ |
A D | gpio.c | 30 pull = NRF_GPIO_PIN_NOPULL; in gpio_config()
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_gpio.h | 95 NRF_GPIO_PIN_NOPULL = GPIO_PIN_CNF_PULL_Disabled, ///< Pin pull-up resistor disabled. enumerator 599 NRF_GPIO_PIN_NOPULL, in nrf_gpio_cfg_output() 623 NRF_GPIO_PIN_NOPULL, in nrf_gpio_cfg_default() 679 NRF_GPIO_PIN_NOPULL, in nrf_gpio_pin_dir_set()
|
Completed in 19 milliseconds