EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <hardware.h>
Data Fields | |
hw_uart_metadata | uart |
hw_timer_metadata | timer |
hw_button_metadata | button |
hw_adc_metadata | adc |
Initialization information comes in many shapes and sizes. Here is one convenient container.
Definition at line 96 of file hardware.h.
hw_adc_metadata hw_metadata::adc |
Definition at line 100 of file hardware.h.
Referenced by adc_channel_init(), adc_init(), adc_interrupt_init(), and main().
hw_button_metadata hw_metadata::button |
Definition at line 99 of file hardware.h.
Referenced by _hw_get_channel(), button_init(), and button_set_interrupt().
hw_timer_metadata hw_metadata::timer |
Definition at line 98 of file hardware.h.
Referenced by _hw_get_channel(), hw_driver_init(), and timer_add_interrupt().
hw_uart_metadata hw_metadata::uart |
Definition at line 97 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_().