TEMU  4.4
The Terma Emulator
temu_SerialIface Struct Reference

Serial communications interface. More...

#include </builds/termade/temu/temu/include/temu-c/Bus/Serial.h>

Data Fields

void(* write )(void *Obj, uint8_t Data)
 This function will be called when data is written on the serial bus. More...
 
void(* cts )(void *Obj)
 Clear to send. Experimental. More...
 

Detailed Description

Serial communications interface.

Field Documentation

◆ cts

void(* temu_SerialIface::cts) (void *Obj)

Clear to send. Experimental.

◆ write

void(* temu_SerialIface::write) (void *Obj, uint8_t Data)

This function will be called when data is written on the serial bus.


The documentation for this struct was generated from the following file: