Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1431 if (nrfy_gpio_pin_sense_get(pin) == sense) in next_sense_cond_call_handler()
1504 sense = nrfy_gpio_pin_sense_get(abs_pin); in port_event_handle()
1590 sense = nrfy_gpio_pin_sense_get(pin); in port_event_handle()
1621 if (nrfy_gpio_pin_sense_get(pin) != NRF_GPIO_PIN_NOSENSE) in port_event_handle()
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h201 NRFY_STATIC_INLINE nrf_gpio_pin_sense_t nrfy_gpio_pin_sense_get(uint32_t pin_number) in nrfy_gpio_pin_sense_get() function