Searched refs:polarity (Results 1 – 2 of 2) sorted by relevance
59 uint8_t polarity; /* Content of the CONFIG[].polarity field */ member121 switch (sc->polarity) { in nrf_gpiote_TASKS_OUT()249 switch (sc->polarity) { in nrf_gpiote_input_change_ntf()358 unsigned int polarity = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_POLARITY_Msk) in nrf_gpiote_regw_sideeffects_CONFIG() local372 sc->polarity = polarity; in nrf_gpiote_regw_sideeffects_CONFIG()
226 nrf_gpiote_polarity_t polarity) in nrf_gpiote_event_configure() argument231 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk); in nrf_gpiote_event_configure()253 nrf_gpiote_polarity_t polarity, in nrf_gpiote_task_configure() argument262 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk) | in nrf_gpiote_task_configure()