Searched refs:GPIO_PIN_CNF_SENSE_Pos (Results 1 – 3 of 3) sorted by relevance
95 ((uint32_t)sense << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg()131 ((uint32_t)(p_sense ? *p_sense : 0)<< GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_reconfigure()149 ((uint32_t)NRF_GPIO_PIN_NOSENSE << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_port_pin_output_set()166 ((uint32_t)NRF_GPIO_PIN_NOSENSE << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_port_pin_input_set()
653 >> GPIO_PIN_CNF_SENSE_Pos; in nrf_gpio_regw_sideeffects_PIN_CNF()
2264 #define GPIO_PIN_CNF_SENSE_Pos (16UL) /*!< Position of SENSE field. */ macro2265 #define GPIO_PIN_CNF_SENSE_Msk (0x3UL << GPIO_PIN_CNF_SENSE_Pos) /*!< Bit mask of SENSE field. */