Searched refs:GPIO_PIN_NUM (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_gpiote.c | 50 #define GPIO_PIN_NUM(periph, prefix, i, _) NRFX_CONCAT(periph, prefix, i, _PIN_NUM) macro 60 #define MAX_PIN_NUMBER NRFX_FOREACH_PRESENT(P, GPIO_PIN_NUM, (+), (0), _) 63 (((1 << GPIO_PIN_NUM(periph, prefix, i, _)) - 1) != GPIO_PIN_MASK(periph, prefix, i, _))
|