Searched refs:pin_state (Results 1 – 1 of 1) sorted by relevance
787 bool pin_state = nrf_bitmask_bit_is_set(pin, input); in port_event_handle() local790 if ((pin_state && (sense == NRF_GPIO_PIN_SENSE_HIGH)) || in port_event_handle()791 (!pin_state && (sense == NRF_GPIO_PIN_SENSE_LOW)) ) in port_event_handle()
Completed in 4 milliseconds