Home
last modified time | relevance | path

Searched refs:drive (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c49 .drive = NRF_GPIO_PIN_H0H1, in gpiote_pin_toggle_task_setup()
/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_gpio.h73 nrf_gpio_pin_drive_t drive, 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/drivers/include/
Dnrfx_gpiote.h121 nrf_gpio_pin_drive_t drive; ///< Drive configuration. member
162 .drive = NRF_GPIO_PIN_S0S1, \
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c126 .drive = NRF_GPIO_PIN_S0S1, in main()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c135 .drive = NRF_GPIO_PIN_S0S1, in main()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_gpio.h375 nrf_gpio_pin_drive_t drive,
877 nrf_gpio_pin_drive_t drive, in nrf_gpio_cfg() argument
900 ((uint32_t)drive << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_cfg()
902 ((uint32_t)drive << GPIO_PIN_CNF_DRIVE0_Pos) | in nrf_gpio_cfg()
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_spim.c216 nrf_gpio_pin_drive_t drive, in pin_init() argument
243 nrfy_gpio_cfg(pin, dir, input, pull, drive, NRF_GPIO_PIN_NOSENSE); in pin_init()
Dnrfx_gpiote.c740 &p_config->drive, NULL); in gpiote_output_configure()
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md246 - Added high-drive pin configuration in the QSPI, TWIM, and SPIM drivers.