Universal Asynchronous Serial Interface framework

yasimavr: Universal Asynchronous Serial Interface framework
yasimavr
Loading...
Searching...
No Matches
Universal Asynchronous Serial Interface framework

Namespaces

namespace  UART
 Common enums and signal definitions for UART classes.
 

Classes

class  UART::USART
 Generic model defining an universal synchronous/asynchronous serial interface a.k.a. USART. More...
 
struct  ArchAVR_USARTConfig
 Configuration structure for ArchAVR_USART. More...
 
class  ArchAVR_USART
 Implementation of a USART interface for AVR series. More...
 
struct  ArchXT_USARTConfig
 Configuration structure for ArchXT_USART. More...
 
class  ArchXT_USART
 Implementation of a USART interface for XT core series. More...
 

Controller requests definition for USART

#define AVR_CTLREQ_USART_BYTES   (AVR_CTLREQ_BASE + 1)
 

Detailed Description

Macro Definition Documentation

◆ AVR_CTLREQ_USART_BYTES

#define AVR_CTLREQ_USART_BYTES   (AVR_CTLREQ_BASE + 1)

adds frame to the underlying RX buffer, bypassing the bus logic. For debugging purpose.