PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
#include <propeller.h>
#include <stdint.h>
#include <stdlib.h>
#include <ctype.h>
Go to the source code of this file.
Namespaces | |
PropWare | |
Generic definitions and functions for the Parallax Propeller. | |
Macros | |
#define | check_errors(x) if ((err = x)) return err |
#define | SECOND ((uint32_t) CLKFREQ) |
#define | MILLISECOND ((uint32_t) (CLKFREQ / 1000)) |
#define | MICROSECOND ((uint32_t) (MILLISECOND / 1000)) |
#define | FC_START(start, end) |
#define | FC_END(end) |
#define | FC_ADDR(to, start) "__LMM_FCACHE_START+(" to " - " start ")" |
Typedefs | |
typedef int | PropWare::ErrorCode |
Definition in file PropWare.h.
#define FC_END | ( | end | ) |
Definition at line 73 of file PropWare.h.
#define FC_START | ( | start, | |
end | |||
) |
Definition at line 69 of file PropWare.h.