EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <stdint.h>
#include <stdbool.h>
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] |