Searched refs:dataReadyISR (Results 1 – 2 of 2) sorted by relevance
482 static void dataReadyISR(void *ctx);
90 m_gpioIRQ.isr(mraa::EDGE_FALLING, dataReadyISR, this); in init()1567 void PN532::dataReadyISR(void *ctx) in dataReadyISR() function in PN532