HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
portio.h File Reference

Go to the source code of this file.

Functions

void portio_help (int full)
 Help Menu for AVR PORT IO functions See: int port_tests(char *str) More...
 
int portio_tests (int argc __attribute__((unused)), char *argv[])
 PORT user tests User invoked PORT functions and tasks. More...
 

Function Documentation

◆ portio_help()

void portio_help ( int  full)

Help Menu for AVR PORT IO functions See: int port_tests(char *str)

Returns
void

Definition at line 25 of file portio.c.

Referenced by help(), and portio_tests().

◆ portio_tests()

int portio_tests ( int argc   __attribute__(unused),
char *  argv[] 
)

PORT user tests User invoked PORT functions and tasks.

Returns
1 matched token, 0 if not

Definition at line 44 of file portio.c.

Referenced by user_task().