Lazuli
Data Fields
Usart Struct Reference

Describes the memory mapping for the USART. More...

#include <usart.h>

Data Fields

volatile uint8_t ucsr0a
 USART Control and Status Register A.
 
volatile uint8_t ucsr0b
 USART Control and Status Register B.
 
volatile uint8_t ucsr0c
 USART Control and Status Register C.
 
volatile uint8_t _reserved
 Unsed.
 
volatile uint8_t ubrr0l
 USART Baud Rate Register low.
 
volatile uint8_t ubrr0h
 USART Baud Rate Register high.
 
volatile uint8_t udr0
 USART I/O Data Register.
 

Detailed Description

Describes the memory mapping for the USART.

Definition at line 49 of file usart.h.


The documentation for this struct was generated from the following file: