Searched refs:GPIO_PIN_CNF_PULL_Pos (Results 1 – 2 of 2) sorted by relevance
89 ((uint32_t)pull << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_cfg()125 ((uint32_t)(p_pull ? *p_pull : 0) << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_reconfigure()143 ((uint32_t)NRF_GPIO_PIN_NOPULL << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_port_pin_output_set()160 ((uint32_t)pull_config << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_port_pin_input_set()
2284 #define GPIO_PIN_CNF_PULL_Pos (2UL) /*!< Position of PULL field. */ macro2285 #define GPIO_PIN_CNF_PULL_Msk (0x3UL << GPIO_PIN_CNF_PULL_Pos) /*!< Bit mask of PULL field. */