Searched refs:pins_to_check (Results 1 – 1 of 1) sorted by relevance
1527 uint32_t * pins_to_check, in input_read_and_check() argument1547 pins_to_check[port_idx] &= input_diff; in input_read_and_check()1552 pins_to_check[port_idx] = 0; in input_read_and_check()1561 uint32_t pins_to_check[GPIO_COUNT] = {0}; in port_event_handle() local1572 pins_to_check[port_idx] = p_cb->port_pins[port_idx]; in port_event_handle()1579 while (pins_to_check[i]) in port_event_handle()1584 rel_pin = (uint8_t)NRF_CTZ(pins_to_check[i]); in port_event_handle()1585 pins_to_check[i] &= ~NRFX_BIT(rel_pin); in port_event_handle()1608 pins_to_check[port_idx] = p_cb->port_pins[port_idx]; in port_event_handle()1614 uint32_t pin_mask = pins_to_check[port_idx]; in port_event_handle()[all …]