Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/pn532/
Dpn532.h482 static void dataReadyISR(void *ctx);
Dpn532.cxx90 m_gpioIRQ.isr(mraa::EDGE_FALLING, dataReadyISR, this); in init()
1567 void PN532::dataReadyISR(void *ctx) in dataReadyISR() function in PN532