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

Go to the source code of this file.

Classes

class  timer
 

Typedefs

typedef uint8_t timer_t
 
typedef uint32_t subtimer_t
 
typedef uint32_t reload_t
 

Variables

const uint32_t TIMER_DEFAULT_PRIORITY = 0
 

Typedef Documentation

typedef uint32_t reload_t

Definition at line 22 of file timerpp.hpp.

typedef uint32_t subtimer_t

Definition at line 21 of file timerpp.hpp.

typedef uint8_t timer_t

Definition at line 20 of file timerpp.hpp.

Variable Documentation

const uint32_t TIMER_DEFAULT_PRIORITY = 0

Definition at line 24 of file timerpp.hpp.