Searched refs:GPIO_PIN_CNF_INPUT_Pos (Results 1 – 3 of 3) sorted by relevance
88 ((uint32_t)input << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_cfg()124 ((uint32_t)(p_input ? *p_input : 0) << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_reconfigure()142 ((uint32_t)NRF_GPIO_PIN_INPUT_DISCONNECT << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_port_pin_output_set()159 ((uint32_t)NRF_GPIO_PIN_INPUT_CONNECT << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_port_pin_input_set()
646 >> GPIO_PIN_CNF_INPUT_Pos; in nrf_gpio_regw_sideeffects_PIN_CNF()
2291 #define GPIO_PIN_CNF_INPUT_Pos (1UL) /*!< Position of INPUT field. */ macro2292 #define GPIO_PIN_CNF_INPUT_Msk (0x1UL << GPIO_PIN_CNF_INPUT_Pos) /*!< Bit mask of INPUT field. */