HomeSort by relevance Sort by last modified time
    Searched refs:inv_dmp_close (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
mldmp.h 57 * the DMP turned off. We can do that by calling inv_dmp_close(). Note that
58 * inv_dmp_close() will not close the serial communication automatically, which will
61 * inv_serial_stop() following inv_dmp_close() has to be made.
88 inv_error_t inv_dmp_close(void);
mldmp.c 239 * After calling inv_dmp_close() another DMP module can be
247 * result = inv_dmp_close();
255 inv_error_t inv_dmp_close(void) function
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 289 if (inv_dmp_close() != INV_SUCCESS) {
    [all...]

Completed in 385 milliseconds