Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_gpiote.h53 nrf_gpiote_polarity_t sense; /**< Transition that triggers the interrupt. */ member
66 .sense = NRF_GPIOTE_POLARITY_LOTOHI, \
79 .sense = NRF_GPIOTE_POLARITY_HITOLO, \
92 .sense = NRF_GPIOTE_POLARITY_TOGGLE, \
106 .sense = NRF_GPIOTE_POLARITY_LOTOHI, \
120 .sense = NRF_GPIOTE_POLARITY_HITOLO, \
134 .sense = NRF_GPIOTE_POLARITY_TOGGLE, \
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c570 nrf_gpio_pin_sense_t sense; in nrfx_gpiote_in_event_enable() local
574 sense = (nrf_gpio_pin_read(pin)) ? in nrfx_gpiote_in_event_enable()
579 sense = (polarity == NRF_GPIOTE_POLARITY_LOTOHI) ? in nrfx_gpiote_in_event_enable()
582 nrf_gpio_cfg_sense_set(pin, sense); in nrfx_gpiote_in_event_enable()
701 nrf_gpio_pin_sense_t sense = nrf_gpio_pin_sense_get(pin); in port_event_handle() local
709 (sense == NRF_GPIO_PIN_SENSE_HIGH) ? NRF_GPIO_PIN_SENSE_LOW : in port_event_handle()
786 nrf_gpio_pin_sense_t sense = nrf_gpio_pin_sense_get(pin); 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()
808 (sense == NRF_GPIO_PIN_SENSE_HIGH && in port_event_handle()
[all …]
/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h199 nrf_gpio_pin_sense_t sense);
581 nrf_gpio_pin_sense_t sense) in nrf_gpio_cfg() argument
589 | ((uint32_t)sense << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg()

Completed in 7 milliseconds