Go to the source code of this file.
|
RESULT | cInputInit (void) |
|
RESULT | cInputOpen (void) |
|
RESULT | cInputClose (void) |
|
RESULT | cInputExit (void) |
|
void | cInputChar (DATA8 Char) |
|
void | cInputUpdate (UWORD Time) |
|
RESULT | cInputCompressDevice (DATA8 *pDevice, UBYTE Layer, UBYTE Port) |
|
RESULT | cInputGetDeviceData (DATA8 Layer, DATA8 Port, DATA8 Length, DATA8 *pType, DATA8 *pMode, DATA8 *pData) |
|
RESULT | cInputSetChainedDeviceType (DATA8 Layer, DATA8 Port, DATA8 Type, DATA8 Mode) |
|
void | cInputDeviceList (void) |
| opINPUT_DEVICE_LIST byte code More...
|
|
RESULT | cInputStartTypeDataUpload (void) |
|
void | cInputDevice (void) |
| opINPUT_DEVICE byte code More...
|
|
void | cInputRead (void) |
| opINPUT_READ byte code More...
|
|
void | cInputReadSi (void) |
| opINPUT_READSI byte code More...
|
|
void | cInputReadExt (void) |
| opINPUT_READEXT byte code More...
|
|
void | cInputTest (void) |
| opINPUT_TEST byte code More...
|
|
void | cInputReady (void) |
| opINPUT_READY byte code More...
|
|
void | cInputWrite (void) |
| opINPUT_WRITE byte code More...
|
|
void | cInputSample (void) |
| opINPUT_SAMPLE byte code More...
|
|
void | setInputInstance (INPUT_GLOBALS *_Instance) |
|
INPUT_GLOBALS * | getInputInstance () |
|
#define INPUT_VALUE_SIZE 5 |
void cInputChar |
( |
DATA8 |
Char | ) |
|
RESULT cInputClose |
( |
void |
| ) |
|
void cInputDevice |
( |
void |
| ) |
|
opINPUT_DEVICE byte code
Definition at line 3887 of file c_input.c.
void cInputDeviceList |
( |
void |
| ) |
|
opINPUT_DEVICE_LIST byte code
Definition at line 3678 of file c_input.c.
RESULT cInputExit |
( |
void |
| ) |
|
RESULT cInputInit |
( |
void |
| ) |
|
RESULT cInputOpen |
( |
void |
| ) |
|
opINPUT_READ byte code
Definition at line 4688 of file c_input.c.
void cInputReadExt |
( |
void |
| ) |
|
opINPUT_READEXT byte code
Definition at line 4950 of file c_input.c.
void cInputReadSi |
( |
void |
| ) |
|
opINPUT_READSI byte code
Definition at line 4722 of file c_input.c.
void cInputReady |
( |
void |
| ) |
|
opINPUT_READY byte code
Definition at line 4793 of file c_input.c.
void cInputSample |
( |
void |
| ) |
|
opINPUT_SAMPLE byte code
Definition at line 5065 of file c_input.c.
RESULT cInputStartTypeDataUpload |
( |
void |
| ) |
|
opINPUT_TEST byte code
Definition at line 4758 of file c_input.c.
void cInputUpdate |
( |
UWORD |
Time | ) |
|
void cInputWrite |
( |
void |
| ) |
|
opINPUT_WRITE byte code
Definition at line 4827 of file c_input.c.