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

#include <hardware.h>

Collaboration diagram for hw_adc_metadata:
Collaboration graph

Data Fields

memory_address_t base
 
uint32_t trigger_source
 
uint32_t sample_sequence
 
uint32_t channel
 
uint32_t channel_configuration
 
adc_trigger_metadata trigger_metadata
 

Detailed Description

Adc properties

Definition at line 83 of file hardware.h.

Field Documentation

memory_address_t hw_adc_metadata::base

Definition at line 86 of file hardware.h.

Referenced by adc_channel_init(), adc_init(), adc_interrupt_init(), and main().

uint32_t hw_adc_metadata::channel

Definition at line 89 of file hardware.h.

Referenced by adc_channel_init(), and main().

uint32_t hw_adc_metadata::channel_configuration

Definition at line 90 of file hardware.h.

Referenced by adc_channel_init(), and main().

uint32_t hw_adc_metadata::sample_sequence

Definition at line 88 of file hardware.h.

Referenced by adc_channel_init(), adc_interrupt_init(), and main().

adc_trigger_metadata hw_adc_metadata::trigger_metadata

Definition at line 91 of file hardware.h.

Referenced by adc_interrupt_init(), and main().

uint32_t hw_adc_metadata::trigger_source

Definition at line 87 of file hardware.h.

Referenced by adc_channel_init(), adc_interrupt_init(), and main().


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