Home
last modified time | relevance | path

Searched refs:NRF_GPIO_PIN_NOPULL (Results 1 – 15 of 15) sorted by relevance

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_gpiote.h67 .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 Dnrfx_twis.h164 .scl_pull = NRF_GPIO_PIN_NOPULL, \
166 .sda_pull = NRF_GPIO_PIN_NOPULL, \
A Dnrfx_spis.h129 .csn_pullup = NRF_GPIO_PIN_NOPULL, \
A Dnrfx_spi.h137 .miso_pull = NRF_GPIO_PIN_NOPULL, \
A Dnrfx_spim.h177 .miso_pull = NRF_GPIO_PIN_NOPULL, \
/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_spis.c190 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 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.c130 NRF_GPIO_PIN_NOPULL, in nrfx_spi_init()
A Dnrfx_spim.c338 NRF_GPIO_PIN_NOPULL, in nrfx_spim_init()
/lk-master/platform/nrf52xxx/
A Dgpio.c30 pull = NRF_GPIO_PIN_NOPULL; in gpio_config()
/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h95 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