|
CMSIS2000
0.0.7
|
Instance structure for the floating-point Linear Interpolate function. Подробнее...
#include <arm_math.h>
Поля данных | |
| 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.
См. определение в файле arm_math.h строка 1820
| uint32_t arm_linear_interp_instance_f32::nValues |
| float32_t* arm_linear_interp_instance_f32::pYData |
pointer to the table of Y values
См. определение в файле arm_math.h строка 1825
Используется в arm_linear_interp_f32().
| float32_t arm_linear_interp_instance_f32::x1 |
| float32_t arm_linear_interp_instance_f32::xSpacing |