Home
last modified time | relevance | path

Searched refs:GPIOTE_CONFIG_POLARITY_Msk (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpiote.c229 p_reg->CONFIG[idx] &= ~(GPIOTE_CONFIG_PORT_PIN_Msk | GPIOTE_CONFIG_POLARITY_Msk); in nrf_gpiote_event_configure()
231 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk); in nrf_gpiote_event_configure()
258 GPIOTE_CONFIG_POLARITY_Msk | in nrf_gpiote_task_configure()
262 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk) | in nrf_gpiote_task_configure()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIOTE.c358 unsigned int polarity = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_POLARITY_Msk) in nrf_gpiote_regw_sideeffects_CONFIG()
DNRF5340_peri_types.h2231 #define GPIOTE_CONFIG_POLARITY_Msk (0x3UL << GPIOTE_CONFIG_POLARITY_Pos) /*!< Bit mask of POLARITY … macro