Home
last modified time | relevance | path

Searched refs:GPIO_PIN_CNF_DRIVE_Msk (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c77 #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()
/nrf_hw_models-latest/src/HW_models/
DNRF5340_peri_types.h2272 #define GPIO_PIN_CNF_DRIVE_Msk (0xFUL << GPIO_PIN_CNF_DRIVE_Pos) /*!< Bit mask of DRIVE field. */ macro