Searched refs:GPIO_NUM_OF_PINS (Results 1 – 1 of 1) sorted by relevance
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_gpio.h | 49 #define GPIO_NUM_OF_PINS(periph_name, prefix, i, _) NRFX_CONCAT(periph_name, prefix, i, _PIN_NUM) macro 53 #define NUMBER_OF_PINS {NRFX_FOREACH_PRESENT(P, GPIO_NUM_OF_PINS, (+), (0), _)}
|