Home
last modified time | relevance | path

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

/hardware/invensense/mlsdk/platform/include/linux/
Dmpu.h310 #define MPU_WRITE _IOW(MPU_IOCTL, 0x10, struct mpu_read_write) macro
/hardware/invensense/mlsdk/platform/linux/
Dmlsl_linux_mpu.c294 if ((result = ioctl((int)sl_handle, MPU_WRITE, &msg))) { in inv_serial_write()