Searched refs:drive (Results 1 – 9 of 9) sorted by relevance
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/common/ |
D | saadc_examples_common.c | 49 .drive = NRF_GPIO_PIN_H0H1, in gpiote_pin_toggle_task_setup()
|
/hal_nordic-3.6.0/nrfx/haly/ |
D | nrfy_gpio.h | 73 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/ |
D | nrfx_gpiote.h | 121 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/ |
D | main.c | 126 .drive = NRF_GPIO_PIN_S0S1, in main()
|
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_gppi/fork/ |
D | main.c | 135 .drive = NRF_GPIO_PIN_S0S1, in main()
|
/hal_nordic-3.6.0/nrfx/hal/ |
D | nrf_gpio.h | 375 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/ |
D | nrfx_spim.c | 216 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()
|
D | nrfx_gpiote.c | 740 &p_config->drive, NULL); in gpiote_output_configure()
|
/hal_nordic-3.6.0/nrfx/ |
D | CHANGELOG.md | 246 - Added high-drive pin configuration in the QSPI, TWIM, and SPIM drivers.
|