Home
last modified time | relevance | path

Searched refs:NRF_GPIO_PIN_S0S1 (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_gpio.h200 NRF_GPIO_PIN_S0S1 = GPIO_PIN_CNF_DRIVE_S0S1, ///< Standard '0', standard '1'. enumerator
230 NRF_GPIO_PIN_S0S1 = GPIO_PIN_CNF_DRIVE0_S0 |
928 NRF_GPIO_PIN_S0S1, in nrf_gpio_cfg_output()
940 NRF_GPIO_PIN_S0S1, in nrf_gpio_cfg_input()
952 NRF_GPIO_PIN_S0S1, in nrf_gpio_cfg_default()
982 NRF_GPIO_PIN_S0S1, in nrf_gpio_cfg_sense_input()
1002 NRF_GPIO_PIN_S0S1, in nrf_gpio_pin_dir_set()
/hal_nordic-3.5.0/nrfx/drivers/src/
Dnrfx_spis.c112 NRF_GPIO_PIN_S0S1, in pins_configure()
124 NRF_GPIO_PIN_S0S1, in pins_configure()
142 NRF_GPIO_PIN_S0S1, in pins_configure()
Dnrfx_spim.c261 pin_drive = (p_config->frequency == NRFX_MHZ_TO_HZ(32)) ? NRF_GPIO_PIN_H0H1 : NRF_GPIO_PIN_S0S1; in configure_pins()
263 pin_drive = NRF_GPIO_PIN_S0S1; in configure_pins()
Dnrfx_spi.c87 NRF_GPIO_PIN_S0S1, in pins_configure()
/hal_nordic-3.5.0/nrfx/drivers/include/
Dnrfx_spis.h115 .miso_drive = NRF_GPIO_PIN_S0S1, \
Dnrfx_gpiote.h127 .drive = NRF_GPIO_PIN_S0S1, \
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c121 .drive = NRF_GPIO_PIN_S0S1, in main()
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c130 .drive = NRF_GPIO_PIN_S0S1, in main()