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

Go to the source code of this file.

Macros

#define PIDWORK_BUFFER_SIZE   32
 

Functions

void pidwork_increment ()
 
void pidwork_record ()
 

Variables

static volatile uint32_t PIDWORK
 
static volatile uint32_t HIGHEST_PIDWORK
 
static volatile uint32_t LOWEST_PIDWORK
 
static volatile uint32_t PIDWORK_IDX
 
static volatile uint32_t PIDWORK_BUFFER [32]