Searched refs:NRF_GPIO_PIN_H0H1 (Results 1 – 4 of 4) sorted by relevance
49 .drive = NRF_GPIO_PIN_H0H1, in gpiote_pin_toggle_task_setup()
204 NRF_GPIO_PIN_H0H1 = GPIO_PIN_CNF_DRIVE_H0H1, ///< High drive '0', high drive '1'. enumerator237 NRF_GPIO_PIN_H0H1 = GPIO_PIN_CNF_DRIVE0_H0 |
74 NRF_GPIO_PIN_H0H1, \
261 pin_drive = (p_config->frequency == NRFX_MHZ_TO_HZ(32)) ? NRF_GPIO_PIN_H0H1 : NRF_GPIO_PIN_S0S1; in configure_pins()