Searched refs:twi_attachSlaveRxEvent (Results 1 – 3 of 3) sorted by relevance
50 void twi_attachSlaveRxEvent( void (*)(uint8_t*, int) );
264 void twi_attachSlaveRxEvent( void (*function)(uint8_t*, int) ) in twi_attachSlaveRxEvent() function
67 twi_attachSlaveRxEvent(onReceiveService); in begin()