avr-classes
Public Member Functions | List of all members
Usart::InterruptHandler Class Reference

#include <usart.h>

Inheritance diagram for Usart::InterruptHandler:
BufferedUsart< RXQUEUESIZE, TXQUEUESIZE > NotifyingBufferedUsart< RXQUEUESIZE, TXQUEUESIZE >

Public Member Functions

virtual void onDataRegisterEmpty (void)
 
virtual void onRxComplete (void)
 

Detailed Description

Callback type for use with interrupts.

Member Function Documentation

◆ onDataRegisterEmpty()

virtual void Usart::InterruptHandler::onDataRegisterEmpty ( void  )
inlinevirtual

Handler for Data Register Empty interrupt.

Reimplemented in BufferedUsart< RXQUEUESIZE, TXQUEUESIZE >, and NotifyingBufferedUsart< RXQUEUESIZE, TXQUEUESIZE >.

◆ onRxComplete()

virtual void Usart::InterruptHandler::onRxComplete ( void  )
inlinevirtual

Handler for RX Complete interrupt.

Reimplemented in BufferedUsart< RXQUEUESIZE, TXQUEUESIZE >, and NotifyingBufferedUsart< RXQUEUESIZE, TXQUEUESIZE >.