Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c105 #define PIN_FLAG_DIR_MASK NRFX_BIT(1) macro
108 #define PIN_FLAG_OUTPUT PIN_FLAG_DIR_MASK
111 #define PIN_FLAG_IS_OUTPUT(flags) ((flags & PIN_FLAG_DIR_MASK) == PIN_FLAG_OUTPUT)