CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
arm_linear_interp_instance_f32 Struct Reference

Instance structure for the floating-point Linear Interpolate function. More...

#include <arm_math.h>

Data Fields

uint32_t nValues
 nValues
float32_tpYData
 pointer to the table of Y values
float32_t x1
 x1
float32_t xSpacing
 xSpacing

Detailed Description

Instance structure for the floating-point Linear Interpolate function.

Definition at line 1820 of file arm_math.h.

Field Documentation

uint32_t arm_linear_interp_instance_f32::nValues

nValues

Definition at line 1822 of file arm_math.h.

Referenced by arm_linear_interp_f32().

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

x1

Definition at line 1823 of file arm_math.h.

Referenced by arm_linear_interp_f32().

float32_t arm_linear_interp_instance_f32::xSpacing

xSpacing

Definition at line 1824 of file arm_math.h.

Referenced by arm_linear_interp_f32().


The documentation for this struct was generated from the following file: