Xmega Application Note | |||||
#include <usart_driver.h>
Struct containing pointer to a usart, a buffer and a location to store Data register interrupt level temporary.
Definition at line 107 of file usart_driver.h.
Data Fields | |
USART_Buffer_t | buffer |
USART_DREINTLVL_t | dreIntLevel |
USART_t * | usart |
Definition at line 114 of file usart_driver.h.
Referenced by USART_DataRegEmpty(), USART_InterruptDriver_Initialize(), USART_RXBuffer_GetByte(), USART_RXBufferData_Available(), USART_RXComplete(), USART_TXBuffer_FreeSpace(), and USART_TXBuffer_PutByte().
USART_DREINTLVL_t Usart_and_buffer::dreIntLevel |
Definition at line 112 of file usart_driver.h.
Referenced by USART_InterruptDriver_DreInterruptLevel_Set(), USART_InterruptDriver_Initialize(), and USART_TXBuffer_PutByte().
USART_t* Usart_and_buffer::usart |
Definition at line 110 of file usart_driver.h.
Referenced by main(), USART_DataRegEmpty(), USART_InterruptDriver_Initialize(), USART_RXComplete(), and USART_TXBuffer_PutByte().
Generated on Wed Nov 5 10:23:28 2008 for AVRxxxx Application note title by ![]() |