Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/
Dgpio-ioe.c359 uint8_t irqMsb = 0; in GpioIoeInterruptHandler() local
363 SX1509Read( RegInterruptSourceB, &irqMsb ); in GpioIoeInterruptHandler()
365 irq = ( irqMsb << 8 ) | irqLsb; in GpioIoeInterruptHandler()