Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c90 #if defined(GPIO_PIN_CNF_DRIVE_Pos) in nrf_gpio_cfg()
91 ((uint32_t)drive << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_cfg()
126 #if defined(GPIO_PIN_CNF_DRIVE_Pos) in nrf_gpio_reconfigure()
127 ((uint32_t)(p_drive ? *p_drive : 0) << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_reconfigure()
144 #if defined(GPIO_PIN_CNF_DRIVE_Pos) in nrf_gpio_port_pin_output_set()
145 ((uint32_t)NRF_GPIO_PIN_S0S1 << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_port_pin_output_set()
161 #if defined(GPIO_PIN_CNF_DRIVE_Pos) in nrf_gpio_port_pin_input_set()
162 ((uint32_t)NRF_GPIO_PIN_S0S1 << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_port_pin_input_set()
/nrf_hw_models-latest/src/HW_models/
DNRF5340_peri_types.h2271 #define GPIO_PIN_CNF_DRIVE_Pos (8UL) /*!< Position of DRIVE field. */ macro
2272 #define GPIO_PIN_CNF_DRIVE_Msk (0xFUL << GPIO_PIN_CNF_DRIVE_Pos) /*!< Bit mask of DRIVE field. */