Searched refs:GPIO_PIN_CNF_DIR_Msk (Results 1 – 3 of 3) sorted by relevance
74 uint32_t to_update = GPIO_PIN_CNF_DIR_Msk | in nrf_gpio_cfg()111 uint32_t to_update = (p_dir ? GPIO_PIN_CNF_DIR_Msk : 0) | in nrf_gpio_reconfigure()
554 NRF_GPIO_regs[port].PIN_CNF[n] &= ~GPIO_PIN_CNF_DIR_Msk; in nrf_gpio_regw_sideeffects_DIR()630 uint dir = NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_DIR_Msk; in nrf_gpio_regw_sideeffects_PIN_CNF()
2298 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */ macro