Download Position Board User`s Manual

Transcript
5. STRUCTURE LIST
5.4 SMP_ERR structure
This sampling error structure is used for the sampling.
typedef struct {
/* 0000h */
unsigned long long err_ax;
char reserve1[8];
unsigned long long err_dat;
char reserve2[4];
short err_bit;
char reserve3[2];
/* 0020h */
} SMP_ERR;
Member
err_ax
Axis error information
err_dat
Data error information
err_bit
Bit error information
Point
None.
Supported version
API Ver.
Board Ver.
Header file
Ver.1.00
A0
mc2xxstd.h
Reference
sscGetSamplingError
5-7