Searched refs:GPIOTE_CONFIG_POLARITY_Pos (Results 1 – 3 of 3) sorted by relevance
231 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk); in nrf_gpiote_event_configure()262 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk) | in nrf_gpiote_task_configure()
359 >>GPIOTE_CONFIG_POLARITY_Pos; in nrf_gpiote_regw_sideeffects_CONFIG()
2230 #define GPIOTE_CONFIG_POLARITY_Pos (16UL) /*!< Position of POLARITY field. */ macro2231 #define GPIOTE_CONFIG_POLARITY_Msk (0x3UL << GPIOTE_CONFIG_POLARITY_Pos) /*!< Bit mask of POLARITY …