Searched refs:NRF_GPIO_PIN_S0S1 (Results 1 – 8 of 8) sorted by relevance
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_gpio.h | 200 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/ |
D | nrfx_spis.c | 112 NRF_GPIO_PIN_S0S1, in pins_configure() 124 NRF_GPIO_PIN_S0S1, in pins_configure() 142 NRF_GPIO_PIN_S0S1, in pins_configure()
|
D | nrfx_spim.c | 261 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()
|
D | nrfx_spi.c | 87 NRF_GPIO_PIN_S0S1, in pins_configure()
|
/hal_nordic-3.5.0/nrfx/drivers/include/ |
D | nrfx_spis.h | 115 .miso_drive = NRF_GPIO_PIN_S0S1, \
|
D | nrfx_gpiote.h | 127 .drive = NRF_GPIO_PIN_S0S1, \
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/one_to_one/ |
D | main.c | 121 .drive = NRF_GPIO_PIN_S0S1, in main()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/fork/ |
D | main.c | 130 .drive = NRF_GPIO_PIN_S0S1, in main()
|