BLDC control on ATAVRMC303 with ATxMega128A1
Usart_and_buffer Struct Reference

Struct used when interrupt driven driver is used. More...

#include <usart_driver.h>

Collaboration diagram for Usart_and_buffer:
Collaboration graph

Data Fields

USART_Buffer_t buffer
 
USART_DREINTLVL_t dreIntLevel
 
USART_t * usart
 

Detailed Description

Struct used when interrupt driven driver is used.

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.

Field Documentation

◆ buffer

◆ dreIntLevel

USART_DREINTLVL_t Usart_and_buffer::dreIntLevel

◆ usart

USART_t* Usart_and_buffer::usart