EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <stdint.h>
#include <stdbool.h>
#include "interruptable.hpp"
#include "driverlib/pin_map.h"
#include "driverlib/timer.h"
#include "driverlib/sysctl.h"
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 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.
const uint32_t TIMER_DEFAULT_PRIORITY = 0 |
Definition at line 24 of file timerpp.hpp.