ECE 486 Support Libraries
|
Modules | |
Sample buffers for data transfers to/from ADC/DAC | |
User interface functions for sampled data | |
Enumerations | |
enum | Processor_Task { STARTUP, PROCESS_BUFFER, WAIT_FOR_NEXT_BUFFER } |
keep track of whether a user is working on a buffer, or waiting for the next buffer More... | |
Variables | |
enum Processor_Task volatile | Sampler_Status |
enum Processor_Task |
keep track of whether a user is working on a buffer, or waiting for the next buffer
End Sample_Buffers group
Enumerator | |
---|---|
STARTUP |
User is not ready for data yet. |
PROCESS_BUFFER |
User is working on a buffer of data. |
WAIT_FOR_NEXT_BUFFER |
User is done working... waiting for the next buffer. |
Definition at line 62 of file sample486.h.
enum Processor_Task volatile Sampler_Status |
Definition at line 36 of file sample486.c.