This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | FBTYPE_EMPTY 0 |
#define | FBTYPE_DUART 1 |
#define | FBTYPE_TPU 2 |
#define | FBTYPE_TTL 3 |
#define | FBTYPE_CPU 4 |
#define | FBTYPE_RCJ 5 |
#define | FBCPU_PCS1 1 |
#define | setDUARTOPR(i) writebyte(DUART_OPRSET,1<<i) |
#define | clearDUARTOPR(i) writebyte(DUART_OPRRST,1<<i) |
Functions | |
int | FBIN_init () |
prepares the fastbin system for use. More... | |
int | FBIN_make (int nr, char type, char id) |
configures one fastbin for usage. More... | |
int | FBIN_set (int nr, char v) |
sets a preconfigured fast binary output. More... |
Definition in file fastbin.h.
|
Definition at line 33 of file fastbin.h. Referenced by FBIN_set. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 32 of file fastbin.h. Referenced by FBIN_set. |