|
CMSIS2000
0.0.7
|
Instance structure for the floating-point Linear Interpolate function. More...
#include <arm_math.h>
Data Fields | |
| uint32_t | nValues |
| nValues | |
| float32_t * | pYData |
| pointer to the table of Y values | |
| float32_t | x1 |
| x1 | |
| float32_t | xSpacing |
| xSpacing | |
Instance structure for the floating-point Linear Interpolate function.
Definition at line 1820 of file arm_math.h.
| uint32_t arm_linear_interp_instance_f32::nValues |
| float32_t* arm_linear_interp_instance_f32::pYData |
pointer to the table of Y values
Definition at line 1825 of file arm_math.h.
Referenced by arm_linear_interp_f32().
| float32_t arm_linear_interp_instance_f32::x1 |
| float32_t arm_linear_interp_instance_f32::xSpacing |