Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_gpiote.c563 sense = NRF_GPIO_PIN_SENSE_HIGH; in get_initial_sense()
568 sense = nrfy_gpio_pin_read(pin) ? NRF_GPIO_PIN_SENSE_LOW : NRF_GPIO_PIN_SENSE_HIGH; in get_initial_sense()
1439 nrf_gpio_pin_sense_t next_sense = (sense == NRF_GPIO_PIN_SENSE_HIGH) ? in next_sense_cond_call_handler()
1440 NRF_GPIO_PIN_SENSE_LOW : NRF_GPIO_PIN_SENSE_HIGH; in next_sense_cond_call_handler()
1448 (sense == NRF_GPIO_PIN_SENSE_HIGH && trigger == NRFX_GPIOTE_TRIGGER_LOTOHI) || in next_sense_cond_call_handler()
1589 if ((pin_state && (sense == NRF_GPIO_PIN_SENSE_HIGH)) || in port_event_handle()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_gpio.h269 NRF_GPIO_PIN_SENSE_HIGH = GPIO_PIN_CNF_SENSE_High, ///< Pin sense high level. enumerator