Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1582 bool pin_state; in port_event_handle() local
1591 pin_state = nrf_bitmask_bit_is_set(pin, input); in port_event_handle()
1594 if ((pin_state && (sense == NRF_GPIO_PIN_SENSE_HIGH)) || in port_event_handle()
1595 (!pin_state && (sense == NRF_GPIO_PIN_SENSE_LOW)) ) in port_event_handle()