File nut/app/cantest/cantest.c


Included Files


Preprocessor definitions

#define MASTER 0

#define SLAVE 1


Local Variables

banner
static char* banner
Used in: NutAppMain()  

Global Function NutAppMain()

int NutAppMain ( void )
Calls: NutRegisterDevice(), NutSleep(), NutThreadCreate(), _fileno(), _ioctl(), fopen(), freopen(), printf()
References Functions: service_thread() nut/app/cantest/cantest.c
References Variables: banner nut/app/cantest/cantest.c

Global Function print_frame()

void print_frame ( int type )

Global Function service_thread()

void service_thread ( void* arg )
Prototyped in: nut/app/cantest/cantest.c
Calls: NutSleep()
Used in: NutAppMain() nut/app/cantest/cantest.c