Searched refs:GPIOTE_CONFIG_PSEL_Pos (Results 1 – 3 of 3) sorted by relevance
230 p_reg->CONFIG[idx] |= ((pin << GPIOTE_CONFIG_PSEL_Pos) & GPIOTE_CONFIG_PORT_PIN_Msk) | in nrf_gpiote_event_configure()261 p_reg->CONFIG[idx] |= ((pin << GPIOTE_CONFIG_PSEL_Pos) & GPIOTE_CONFIG_PORT_PIN_Msk) | in nrf_gpiote_task_configure()
349 >>GPIOTE_CONFIG_PSEL_Pos; in nrf_gpiote_regw_sideeffects_CONFIG()
2242 #define GPIOTE_CONFIG_PSEL_Pos (8UL) /*!< Position of PSEL field. */ macro2243 #define GPIOTE_CONFIG_PSEL_Msk (0x1FUL << GPIOTE_CONFIG_PSEL_Pos) /*!< Bit mask of PSEL field. */