19 void com128_dataSent(
void);
20 void com128_dataOut(uint8_t byte);
31 return &com128_dataSent;
35 void com128_dataSent(
void){
42 void com128_dataOut(uint8_t byte){
Fifo contents flushed to output function ASAP.
fifo8_error_t FIFO8_get(FIFO8 *target)
Takes a character from the buffer.
void STRING11_setOutput(void(*out_fun)(uint8_t))
Set the target output stream for print functions.
void(* ret_point)(void)
Return function pointer type for COMOUT_con128.
fifo8_error_t FIFO8_put(FIFO8 *target, uint8_t byte)
Adds a character to the buffer.
ret_point COMOUT_con128(void(*put)(uint8_t))
Initializes FIFO8 and STRING11.
fifo8_error_t FIFO8_init(FIFO8 *target, fifo8_mode_t mode, uint8_t *buffer, uint16_t size, void(*output)(uint8_t byte))
Initializes the FIFO8 buffer.
#define TX_SIZE
Size of the memory buffer used by FIFO8.
Data structure for FIFO8 perihperal interface.