Lines Matching refs:i
274 for (uint32_t i = 0; i < MAX_PIN_NUMBER; i++) in handler_in_use() local
276 if (PIN_GET_HANDLER_ID(m_cb.pin_flags[i]) == handler_id) in handler_in_use()
346 for (uint32_t i = 0; i < NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS; i++) in find_handler() local
348 if ((m_cb.handlers[i].handler == handler) && (m_cb.handlers[i].p_context == p_context)) in find_handler()
350 return i; in find_handler()
626 uint32_t i; in nrfx_gpiote_uninit() local
628 for (i = 0; i < MAX_PIN_NUMBER; i++) in nrfx_gpiote_uninit()
630 if (nrfy_gpio_pin_present_check(i) && pin_in_use(i)) in nrfx_gpiote_uninit()
632 nrfx_gpiote_pin_uninit(i); in nrfx_gpiote_uninit()
936 for (uint32_t i = 0; i < GPIO_COUNT; i++) in port_event_handle() local
938 while (latch[i]) in port_event_handle()
940 uint32_t pin = NRF_CTZ(latch[i]); in port_event_handle()
943 pin += 32 * i; in port_event_handle()
1011 for (uint32_t i = 0; i < GPIO_COUNT; i++) in port_event_handle() local
1013 while (pins_to_check[i]) in port_event_handle()
1018 rel_pin = NRF_CTZ(pins_to_check[i]); in port_event_handle()
1019 pins_to_check[i] &= ~NRFX_BIT(rel_pin); in port_event_handle()
1021 pin = rel_pin + 32 * i; in port_event_handle()
1046 for (uint32_t i = 0; i < GPIO_COUNT; i++) in port_event_handle() local
1048 uint32_t pin_mask = pins_to_check[i]; in port_event_handle()
1054 pin = rel_pin + 32 * i; in port_event_handle()
1060 input[i] &= ~NRFX_BIT(rel_pin); in port_event_handle()
1064 input[i] |= NRFX_BIT(rel_pin); in port_event_handle()