GlobLib
HAL and API libraries for MCUs and hardware.
|
Header file for COMS128. More...
Go to the source code of this file.
Macros | |
#define | TX_SIZE 128 |
Size of the memory buffer used by FIFO8. | |
#define | COMS(X) USART_setTxISR(X,COMOUT_con128(USART_add_put(X))) |
Macro function for simpler initialization. More... | |
Typedefs | |
typedef void(* | ret_point) (void) |
Return function pointer type for COMOUT_con128. | |
Functions | |
ret_point | COMOUT_con128 (void(*put)(uint8_t)) |
Initializes FIFO8 and STRING11. More... | |
Header file for COMS128.
Definition in file coms128.h.