OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DMP_CODE_SIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
dmpDefaultMantis.c
276
#define
DMP_CODE_SIZE
1923
278
static const unsigned char dmpMemory[
DMP_CODE_SIZE
] = {
452
result = inv_load_dmp(dmpMemory,
DMP_CODE_SIZE
, sStartAddress);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_load_dmp.c
33
#define
DMP_CODE_SIZE
2634
35
static const unsigned char dmpMemory[
DMP_CODE_SIZE
] = {
247
result = inv_write_dmp_data(fd, DMP_VERSION,
DMP_CODE_SIZE
);
256
int dmpSize =
DMP_CODE_SIZE
;
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_load_dmp.c
33
#define
DMP_CODE_SIZE
3065
35
static const unsigned char dmpMemory[
DMP_CODE_SIZE
] = {
273
result = inv_write_dmp_data(fd, DMP_VERSION,
DMP_CODE_SIZE
);
Completed in 413 milliseconds