Home
last modified time | relevance | path

Searched defs:pinIndex (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/peripherals/
Dgpio-ioe.c368 for( uint16_t mask = 0x0001, pinIndex = 0; mask != 0x000; mask <<= 1, pinIndex++ ) in GpioIoeInterruptHandler() local
/loramac-node-latest/src/system/
Dgpio.h115 uint16_t pinIndex; member