Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_gpiote.h123 nrf_gpio_pin_pull_t pull; ///< Pull configuration. member
148 nrf_gpio_pin_pull_t pull; ///< Pull configuration. member
164 .pull = NRF_GPIO_PIN_NOPULL \
640 .pull = NRF_GPIO_PIN_NOPULL \
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c51 .pull = NRF_GPIO_PIN_NOPULL, in gpiote_pin_toggle_task_setup()
/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_gpio.h72 nrf_gpio_pin_pull_t pull, in nrfy_gpio_cfg() argument
76 nrf_gpio_cfg(pin_number, dir, input, pull, drive, sense); in nrfy_gpio_cfg()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c128 .pull = NRF_GPIO_PIN_NOPULL, in main()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c137 .pull = NRF_GPIO_PIN_NOPULL, in main()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_gpio.h374 nrf_gpio_pin_pull_t pull,
876 nrf_gpio_pin_pull_t pull, in nrf_gpio_cfg() argument
898 ((uint32_t)pull << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_cfg()
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_twis.c142 static inline void nrfx_twis_config_pin(uint32_t pin, nrf_gpio_pin_pull_t pull) in nrfx_twis_config_pin() argument
147 pull, in nrfx_twis_config_pin()
Dnrfx_spim.c215 nrf_gpio_pin_pull_t pull, in pin_init() argument
243 nrfy_gpio_cfg(pin, dir, input, pull, drive, NRF_GPIO_PIN_NOSENSE); in pin_init()
Dnrfx_gpiote.c739 nrfy_gpio_reconfigure(pin, &dir, &p_config->input_connect, &p_config->pull, in gpiote_output_configure()
1234 p_pull_config = &p_input_config->pull; in nrfx_gpiote_input_configure()
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md394 - Changed the way of configuring the MISO pin pull setting in SPI and SPIM drivers. Now it can be s…
553 - Added function for reading the pin pull configuration in the GPIO HAL.