Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c575 NRF_GPIO_PIN_SENSE_LOW : NRF_GPIO_PIN_SENSE_HIGH; in nrfx_gpiote_in_event_enable()
580 NRF_GPIO_PIN_SENSE_HIGH : NRF_GPIO_PIN_SENSE_LOW; in nrfx_gpiote_in_event_enable()
709 (sense == NRF_GPIO_PIN_SENSE_HIGH) ? NRF_GPIO_PIN_SENSE_LOW : in port_event_handle()
710 NRF_GPIO_PIN_SENSE_HIGH; in port_event_handle()
725 (sense == NRF_GPIO_PIN_SENSE_HIGH && polarity == NRF_GPIOTE_POLARITY_LOTOHI) || in port_event_handle()
790 if ((pin_state && (sense == NRF_GPIO_PIN_SENSE_HIGH)) || in port_event_handle()
798 (sense == NRF_GPIO_PIN_SENSE_HIGH) ? NRF_GPIO_PIN_SENSE_LOW : in port_event_handle()
799 NRF_GPIO_PIN_SENSE_HIGH; in port_event_handle()
808 (sense == NRF_GPIO_PIN_SENSE_HIGH && in port_event_handle()
/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h139 NRF_GPIO_PIN_SENSE_HIGH = GPIO_PIN_CNF_SENSE_High, ///< Pin sense high level. enumerator

Completed in 6 milliseconds