Searched refs:NRF_GPIO_PIN_SENSE_LOW (Results 1 – 2 of 2) sorted by relevance
575 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()726 (sense == NRF_GPIO_PIN_SENSE_LOW && polarity == NRF_GPIOTE_POLARITY_HITOLO))) in port_event_handle()791 (!pin_state && (sense == NRF_GPIO_PIN_SENSE_LOW)) ) in port_event_handle()798 (sense == NRF_GPIO_PIN_SENSE_HIGH) ? NRF_GPIO_PIN_SENSE_LOW : in port_event_handle()810 (sense == NRF_GPIO_PIN_SENSE_LOW && in port_event_handle()
138 NRF_GPIO_PIN_SENSE_LOW = GPIO_PIN_CNF_SENSE_Low, ///< Pin sense low level. enumerator
Completed in 5 milliseconds