EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <hardware.h>
Data Fields | |
uint32_t | baud_rate |
memory_address_t | channel |
uint32_t | interrupt |
UART properties
Definition at line 54 of file hardware.h.
uint32_t hw_uart_metadata::baud_rate |
Definition at line 55 of file hardware.h.
Referenced by uart_init().
memory_address_t hw_uart_metadata::channel |
Definition at line 56 of file hardware.h.
Referenced by _hw_get_channel(), hw_driver_init(), s_Handler(), uart_get_char_(), uart_get_string_(), uart_init(), uart_send_char_(), and uart_send_string_().
uint32_t hw_uart_metadata::interrupt |
Definition at line 57 of file hardware.h.
Referenced by uart_init().