Home
last modified time | relevance | path

Searched refs:MLCFG_ID (Results 1 – 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/platform/linux/
Dmlsl_linux_mpu.c67 #define MLCFG_ID (0x01020304L) macro
115 != MLCFG_ID) { in inv_serial_read_cfg()
134 cfgId[0] = (unsigned char)(MLCFG_ID >> 24); in inv_serial_write_cfg()
135 cfgId[1] = (unsigned char)(MLCFG_ID >> 16); in inv_serial_write_cfg()
136 cfgId[2] = (unsigned char)(MLCFG_ID >> 8); in inv_serial_write_cfg()
137 cfgId[3] = (unsigned char)(MLCFG_ID); in inv_serial_write_cfg()