Searched refs:sense (Results 1 – 3 of 3) sorted by relevance
53 nrf_gpiote_polarity_t sense; /**< Transition that triggers the interrupt. */ member66 .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, \
570 nrf_gpio_pin_sense_t sense; in nrfx_gpiote_in_event_enable() local574 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() local709 (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() local790 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 …]
199 nrf_gpio_pin_sense_t sense);581 nrf_gpio_pin_sense_t sense) in nrf_gpio_cfg() argument589 | ((uint32_t)sense << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg()
Completed in 7 milliseconds