Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c87 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg()
123 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure()
141 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_OUTPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_output_set()
158 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_INPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_input_set()
/nrf_hw_models-latest/src/HW_models/
DNRF5340_peri_types.h2297 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro
2298 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */