Searched refs:GPIO_PIN_CNF_DRIVE_Msk (Results 1 – 2 of 2) sorted by relevance
77 #if defined(GPIO_PIN_CNF_DRIVE_Msk) in nrf_gpio_cfg()78 GPIO_PIN_CNF_DRIVE_Msk | in nrf_gpio_cfg()114 #if defined(GPIO_PIN_CNF_DRIVE_Msk) in nrf_gpio_reconfigure()115 (p_drive ? GPIO_PIN_CNF_DRIVE_Msk : 0) | in nrf_gpio_reconfigure()
2272 #define GPIO_PIN_CNF_DRIVE_Msk (0xFUL << GPIO_PIN_CNF_DRIVE_Pos) /*!< Bit mask of DRIVE field. */ macro