Go to the source code of this file.
Data Structures | |
| struct | RAMPGEN |
| Defines the Ramp Signal Generator (RAMPGEN) structure. More... | |
Macros | |
| #define | IEEE754_TYPES |
Typedefs | |
| typedef float | float32_t |
| typedef double | float64_t |
Functions | |
| static void | RAMPGEN_reset (RAMPGEN *v) |
| resets RAMPGEN internal storage data and outputs More... | |
| static void | RAMPGEN_config (RAMPGEN *v, float32_t isrFrequency, float32_t rampFrequency) |
| configures RAMPGEN module More... | |
| static void | RAMPGEN_run (RAMPGEN *v) |
| Run RAMPGEN module. More... | |