YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches
uart_data_interface Class Referenceabstract
Inheritance diagram for uart_data_interface:
uart_interface uart_BBB uart_msp432 uart_rp2040 uart_rp2350

Public Member Functions

virtual bool available ()=0
 
virtual char getc ()=0
 
virtual void putc (char c)=0
 
virtual void uartAttachIrq (function< void(char)> f)=0
 
virtual void uartDetachIrq ()=0
 
virtual void uartEnableIrq ()=0
 
virtual void uartDisableIrq ()=0
 

Detailed Description

Definition at line 24 of file uart_data_interface.h.


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