File nut/arch/avr/dev/twif.c


Included Files


Global Function TwIOCtl()

int TwIOCtl ( int req, void* conf )
Prototyped in: nut/include/dev/twif.h

Global Function TwInit()

int TwInit ( uint8_t sla )
Prototyped in: nut/include/dev/twif.h

Global Function TwMasterError()

int TwMasterError ( void )
Prototyped in: nut/include/dev/twif.h

Global Function TwMasterTransact()

int TwMasterTransact ( uint8_t sla, const void* txdata, uint16_t txlen, void* rxdata, uint16_t rxsiz, uint32_t tmo )
Prototyped in: nut/include/dev/twif.h

Global Function TwSlaveError()

int TwSlaveError ( void )
Prototyped in: nut/include/dev/twif.h

Global Function TwSlaveListen()

int TwSlaveListen ( uint8_t* sla, void* rxdata, uint16_t rxsiz, uint32_t tmo )
Prototyped in: nut/include/dev/twif.h

Global Function TwSlaveRespond()

int TwSlaveRespond ( void* txdata, uint16_t txlen, uint32_t tmo )
Prototyped in: nut/include/dev/twif.h