EE445M RTOS
Taken at the University of Texas Spring 2015
hw_uart_metadata Struct Reference

#include <hardware.h>

Collaboration diagram for hw_uart_metadata:
Collaboration graph

Data Fields

uint32_t baud_rate
 
memory_address_t channel
 
uint32_t interrupt
 

Detailed Description

UART properties

Definition at line 54 of file hardware.h.

Field Documentation

uint32_t hw_uart_metadata::baud_rate

Definition at line 55 of file hardware.h.

Referenced by uart_init().

uint32_t hw_uart_metadata::interrupt

Definition at line 57 of file hardware.h.

Referenced by uart_init().


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