Home
last modified time | relevance | path

Searched refs:pin_state (Results 1 – 1 of 1) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c787 bool pin_state = nrf_bitmask_bit_is_set(pin, input); in port_event_handle() local
790 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