![]() |
simpletext library
v0.99.1
Compact variations of put/get write/read and print/scan for smaller program sizes
|
Structure that contains data used by simple text device libraries. More...
#include <simpletext.h>
Data Fields | |
| int(* | rxChar )(struct text_struct *p) |
| int(* | txChar )(struct text_struct *p, int ch) |
| int | cogid [TERM_COG_LEN] |
| volatile void * | devst |
Structure that contains data used by simple text device libraries.
| int cogid[TERM_COG_LEN] |
Pointer to text device library's cog variable(s).
| volatile void* devst |
Pointer to text device library's info.
| int(* rxChar)(struct text_struct *p) |
Pointer to text device library's character receiving function.
| int(* txChar)(struct text_struct *p, int ch) |
Pointer to text device library's character transmitting function.
1.8.1.2