EE445M RTOS
Taken at the University of Texas Spring 2015
adcpp.hpp File Reference
#include "semaphorepp.hpp"
#include "interruptable.hpp"
#include <stdbool.h>
#include <stdint.h>
#include "timerpp.hpp"
Include dependency graph for adcpp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adc
 

Macros

#define TIMER_KNOWN
 

Typedefs

typedef uint32_t memory_address_t
 

Macro Definition Documentation

#define TIMER_KNOWN

Definition at line 11 of file adcpp.hpp.

Typedef Documentation

typedef uint32_t memory_address_t

Definition at line 16 of file adcpp.hpp.