avr-classes
|
#include <usart.h>
Public Member Functions | |
virtual void | onDataRegisterEmpty (void) |
virtual void | onRxComplete (void) |
Callback type for use with interrupts.
|
inlinevirtual |
Handler for Data Register Empty interrupt.
Reimplemented in BufferedUsart< RXQUEUESIZE, TXQUEUESIZE >, and NotifyingBufferedUsart< RXQUEUESIZE, TXQUEUESIZE >.
|
inlinevirtual |
Handler for RX Complete interrupt.
Reimplemented in BufferedUsart< RXQUEUESIZE, TXQUEUESIZE >, and NotifyingBufferedUsart< RXQUEUESIZE, TXQUEUESIZE >.