Home
last modified time | relevance | path

Searched refs:nrfx_gpiote_in_is_set (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c86 nrfx_gpiote_in_is_set(OUTPUT_PIN_PRIMARY) ? "high" : "low"); in timer_handler()
88 nrfx_gpiote_in_is_set(OUTPUT_PIN_FORK) ? "high" : "low"); in timer_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c82 nrfx_gpiote_in_is_set(OUTPUT_PIN) ? "high" : "low"); in timer_handler()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h193 bool nrfx_gpiote_in_is_set(nrfx_gpiote_pin_t pin);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1043 bool nrfx_gpiote_in_is_set(nrfx_gpiote_pin_t pin) in nrfx_gpiote_in_is_set() function