Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 7 of 7) sorted by relevance

/lk-master/platform/nrf52xxx/
A Dgpio.c24 nrf_gpio_pin_pull_t pull; in gpio_config() local
26 pull = NRF_GPIO_PIN_PULLUP; in gpio_config()
28 pull = NRF_GPIO_PIN_PULLDOWN; in gpio_config()
30 pull = NRF_GPIO_PIN_NOPULL; in gpio_config()
32 nrf_gpio_cfg_input(nr, pull); in gpio_config()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_gpiote.h54 nrf_gpio_pin_pull_t pull; /**< Pulling mode. */ member
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, \
/lk-master/.github/workflows/
A Dnotify-irc.yml19 - name: irc pull request
/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h197 nrf_gpio_pin_pull_t pull,
579 nrf_gpio_pin_pull_t pull, in nrf_gpio_cfg() argument
587 | ((uint32_t)pull << GPIO_PIN_CNF_PULL_Pos) in nrf_gpio_cfg()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twis.c146 static inline void nrfx_twis_config_pin(uint32_t pin, nrf_gpio_pin_pull_t pull) in nrfx_twis_config_pin() argument
151 pull, in nrfx_twis_config_pin()
A Dnrfx_gpiote.c537 nrf_gpio_cfg_input(pin, p_config->pull); in nrfx_gpiote_in_init()
/lk-master/external/platform/nrfx/
A DCHANGELOG.md113 - Changed the way of configuring the MISO pin pull setting in SPI and SPIM drivers. Now it can be s…
272 - Added function for reading the pin pull configuration in the GPIO HAL.

Completed in 12 milliseconds