Searched defs:polarity (Results 1 – 2 of 2) sorted by relevance
226 nrf_gpiote_polarity_t polarity) in nrf_gpiote_event_configure()253 nrf_gpiote_polarity_t polarity, in nrf_gpiote_task_configure()
59 uint8_t polarity; /* Content of the CONFIG[].polarity field */ member358 unsigned int polarity = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_POLARITY_Msk) in nrf_gpiote_regw_sideeffects_CONFIG() local