MCPcopy Create free account

hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / functions

Functions1,844 in github.com/SlimeVR/SlimeVR-Tracker-ESP

MethodgetIntFIFOBufferOverflowStatus
Get FIFO Buffer Overflow interrupt status. * This bit automatically sets to 1 when a Free Fall interrupt has been * generated. The bit clears to 0 a
lib/mpu6050/MPU6050.cpp:1730
MethodgetIntFIFOBufferOverflowStatus
Get FIFO Buffer Overflow interrupt status. * This bit automatically sets to 1 when a Free Fall interrupt has been * generated. The bit clears to 0 a
lib/mpu9250/MPU9250.cpp:1671
MethodgetIntFreefallEnabled
Get Free Fall interrupt enabled status. * Will be set 0 for disabled, 1 for enabled. * @return Current interrupt enabled status * @see MPU6050_RA_I
lib/mpu6050/MPU6050.cpp:1566
MethodgetIntFreefallEnabled
Get Free Fall interrupt enabled status. * Will be set 0 for disabled, 1 for enabled. * @return Current interrupt enabled status * @see MPU9250_RA_I
lib/mpu9250/MPU9250.cpp:1507
MethodgetIntFreefallStatus
Get Free Fall interrupt status. * This bit automatically sets to 1 when a Free Fall interrupt has been * generated. The bit clears to 0 after the re
lib/mpu6050/MPU6050.cpp:1697
MethodgetIntFreefallStatus
Get Free Fall interrupt status. * This bit automatically sets to 1 when a Free Fall interrupt has been * generated. The bit clears to 0 after the re
lib/mpu9250/MPU9250.cpp:1638
MethodgetIntI2CMasterEnabled
Get I2C Master interrupt enabled status. * This enables any of the I2C Master interrupt sources to generate an * interrupt. Will be set 0 for disabl
lib/mpu6050/MPU6050.cpp:1643
MethodgetIntI2CMasterEnabled
Get I2C Master interrupt enabled status. * This enables any of the I2C Master interrupt sources to generate an * interrupt. Will be set 0 for disabl
lib/mpu9250/MPU9250.cpp:1584
MethodgetIntI2CMasterStatus
Get I2C Master interrupt status. * This bit automatically sets to 1 when an I2C Master interrupt has been * generated. For a list of I2C Master inte
lib/mpu6050/MPU6050.cpp:1742
MethodgetIntI2CMasterStatus
Get I2C Master interrupt status. * This bit automatically sets to 1 when an I2C Master interrupt has been * generated. For a list of I2C Master inte
lib/mpu9250/MPU9250.cpp:1683
MethodgetIntMotionEnabled
Get Motion Detection interrupt enabled status. * Will be set 0 for disabled, 1 for enabled. * @return Current interrupt enabled status * @see MPU60
lib/mpu6050/MPU6050.cpp:1585
MethodgetIntMotionEnabled
Get Motion Detection interrupt enabled status. * Will be set 0 for disabled, 1 for enabled. * @return Current interrupt enabled status * @see MPU92
lib/mpu9250/MPU9250.cpp:1526
MethodgetIntMotionStatus
Get Motion Detection interrupt status. * This bit automatically sets to 1 when a Motion Detection interrupt has been * generated. The bit clears to
lib/mpu6050/MPU6050.cpp:1708
MethodgetIntMotionStatus
Get Motion Detection interrupt status. * This bit automatically sets to 1 when a Motion Detection interrupt has been * generated. The bit clears to
lib/mpu9250/MPU9250.cpp:1649
MethodgetIntPLLReadyEnabled
lib/mpu6050/MPU6050.cpp:2953
MethodgetIntPLLReadyEnabled
lib/mpu9250/MPU9250.cpp:2876
MethodgetIntPLLReadyStatus
lib/mpu6050/MPU6050.cpp:2997
MethodgetIntPLLReadyStatus
lib/mpu9250/MPU9250.cpp:2920
MethodgetIntStatus
Get full set of interrupt status bits. * These bits clear to 0 after the register has been read. Very useful * for getting multiple INT statuses, si
lib/mpu6050/MPU6050.cpp:1686
MethodgetIntStatus
Get full set of interrupt status bits. * These bits clear to 0 after the register has been read. Very useful * for getting multiple INT statuses, si
lib/mpu9250/MPU9250.cpp:1627
MethodgetIntZeroMotionEnabled
Get Zero Motion Detection interrupt enabled status. * Will be set 0 for disabled, 1 for enabled. * @return Current interrupt enabled status * @see
lib/mpu6050/MPU6050.cpp:1604
MethodgetIntZeroMotionEnabled
Get Zero Motion Detection interrupt enabled status. * Will be set 0 for disabled, 1 for enabled. * @return Current interrupt enabled status * @see
lib/mpu9250/MPU9250.cpp:1545
MethodgetIntZeroMotionStatus
Get Zero Motion Detection interrupt status. * This bit automatically sets to 1 when a Zero Motion Detection interrupt has * been generated. The bit
lib/mpu6050/MPU6050.cpp:1719
MethodgetIntZeroMotionStatus
Get Zero Motion Detection interrupt status. * This bit automatically sets to 1 when a Zero Motion Detection interrupt has * been generated. The bit
lib/mpu9250/MPU9250.cpp:1660
MethodgetInterruptDrive
Get interrupt drive mode. * Will be set 0 for push-pull, 1 for open-drain. * @return Current interrupt drive mode (0=push-pull, 1=open-drain) * @se
lib/mpu6050/MPU6050.cpp:1392
MethodgetInterruptDrive
Get interrupt drive mode. * Will be set 0 for push-pull, 1 for open-drain. * @return Current interrupt drive mode (0=push-pull, 1=open-drain) * @se
lib/mpu9250/MPU9250.cpp:1333
MethodgetInterruptLatch
Get interrupt latch mode. * Will be set 0 for 50us-pulse, 1 for latch-until-int-cleared. * @return Current latch mode (0=50us-pulse, 1=latch-until-i
lib/mpu6050/MPU6050.cpp:1411
MethodgetInterruptLatch
Get interrupt latch mode. * Will be set 0 for 50us-pulse, 1 for latch-until-int-cleared. * @return Current latch mode (0=50us-pulse, 1=latch-until-i
lib/mpu9250/MPU9250.cpp:1352
MethodgetInterruptLatchClear
Get interrupt latch clear mode. * Will be set 0 for status-read-only, 1 for any-register-read. * @return Current latch clear mode (0=status-read-onl
lib/mpu6050/MPU6050.cpp:1430
MethodgetInterruptLatchClear
Get interrupt latch clear mode. * Will be set 0 for status-read-only, 1 for any-register-read. * @return Current latch clear mode (0=status-read-onl
lib/mpu9250/MPU9250.cpp:1371
MethodgetInterruptMode
Get interrupt logic level mode. * Will be set 0 for active-high, 1 for active-low. * @return Current interrupt mode (0=active-high, 1=active-low) *
lib/mpu6050/MPU6050.cpp:1373
MethodgetInterruptMode
Get interrupt logic level mode. * Will be set 0 for active-high, 1 for active-low. * @return Current interrupt mode (0=active-high, 1=active-low) *
lib/mpu9250/MPU9250.cpp:1314
MethodgetLinAccel
Gets the full lin acceleration x,y,z output floats
lib/bno080/BNO080.cpp:731
MethodgetLinAccelAccuracy
Return the acceleration component
lib/bno080/BNO080.cpp:776
MethodgetLinAccelX
Return the acceleration component
lib/bno080/BNO080.cpp:755
MethodgetLinAccelY
Return the acceleration component
lib/bno080/BNO080.cpp:762
MethodgetLinAccelZ
Return the acceleration component
lib/bno080/BNO080.cpp:769
MethodgetLinearAcc
src/sensors/SensorFusionDMP.cpp:80
MethodgetLinearAcc
src/sensors/SensorFusion.cpp:89
MethodgetLinearAccVec
src/sensors/SensorFusionDMP.cpp:94
MethodgetLostArbitration
Get master arbitration lost status. * This bit automatically sets to 1 when the I2C Master has lost arbitration of * the auxiliary I2C bus (an error
lib/mpu6050/MPU6050.cpp:1305
MethodgetLostArbitration
Get master arbitration lost status. * This bit automatically sets to 1 when the I2C Master has lost arbitration of * the auxiliary I2C bus (an error
lib/mpu9250/MPU9250.cpp:1246
MethodgetMag
Gets the full mag vector x,y,z output floats
lib/bno080/BNO080.cpp:825
MethodgetMagAccuracy
Return the mag component
lib/bno080/BNO080.cpp:856
MethodgetMagDistDetected
lib/vqf/vqf.cpp:428
MethodgetMagQuat
lib/bno080/BNO080.cpp:601
MethodgetMagRefDip
lib/vqf/vqf.cpp:444
MethodgetMagRefNorm
lib/vqf/vqf.cpp:439
MethodgetMagUT
lib/ICM20948/ICM_20948.cpp:163
MethodgetMagX
Return the magnetometer component
lib/bno080/BNO080.cpp:835
MethodgetMagY
Return the magnetometer component
lib/bno080/BNO080.cpp:842
MethodgetMagZ
Return the magnetometer component
lib/bno080/BNO080.cpp:849
MethodgetMagnetometerAdjustments
Get magnetometer's Adjustments reading. * @see initilaizeMagnetometer() * @see MPU9250_RA_MAG_CNTL1 */
lib/mpu9250/MPU9250.cpp:3438
MethodgetMagnetometerDeviceID
Get Device ID. * This register is used to verify the identity of the device (0x48). * @return Device ID (should be 0x48) * @see MPU9250_RA_MAG_ADDR
lib/mpu9250/MPU9250.cpp:3418
MethodgetMagnetometerX
Get X-axis magnetometer reading. * @return X-axis magnetometer measurement in 16-bit 2's complement format * @see getMotion9() * @see MPU9250_RA_MA
lib/mpu9250/MPU9250.cpp:3463
MethodgetMagnetometerY
Get Y-axis magnetometer reading. * @return Y-axis magnetometer measurement in 16-bit 2's complement format * @see getMotion9() * @see MPU9250_RA_MA
lib/mpu9250/MPU9250.cpp:3476
MethodgetMagnetometerZ
Get Z-axis magnetometer reading. * @return Z-axis magnetometer measurement in 16-bit 2's complement format * @see getMotion9() * @see MPU9250_RA_MA
lib/mpu9250/MPU9250.cpp:3489
MethodgetMagnitude
lib/math/helper_3dmath.h:75
MethodgetMagnitude
lib/math/helper_3dmath.h:112
MethodgetMagnitude
lib/math/helper_3dmath.h:179
MethodgetMasterClockSpeed
Get I2C master clock speed. * I2C_MST_CLK is a 4 bit unsigned value which configures a divider on the * MPU-60X0 internal 8MHz clock. It sets the I2
lib/mpu6050/MPU6050.cpp:904
MethodgetMasterClockSpeed
Get I2C master clock speed. * I2C_MST_CLK is a 4 bit unsigned value which configures a divider on the * MPU-60X0 internal 8MHz clock. It sets the I2
lib/mpu9250/MPU9250.cpp:845
MethodgetMotion6
Get raw 6-axis motion sensor readings (accel/gyro). * Retrieves all currently available motion sensor values. * @param ax 16-bit signed integer cont
lib/mpu9250/MPU9250.cpp:1737
MethodgetMotion9
Get raw 9-axis motion sensor readings (accel/gyro/compass). * FUNCTION NOT FULLY IMPLEMENTED YET. * @param ax 16-bit signed integer container for ac
lib/mpu9250/MPU9250.cpp:1717
MethodgetMotionDetectionCounterDecrement
Get Motion detection counter decrement configuration. * Detection is registered by the Motion detection module after accelerometer * measurements me
lib/mpu6050/MPU6050.cpp:2316
MethodgetMotionDetectionCounterDecrement
Get Motion detection counter decrement configuration. * Detection is registered by the Motion detection module after accelerometer * measurements me
lib/mpu9250/MPU9250.cpp:2253
MethodgetMotionDetectionDuration
Get motion detection event duration threshold. * This register configures the duration counter threshold for Motion interrupt * generation. The dura
lib/mpu6050/MPU6050.cpp:551
MethodgetMotionDetectionDuration
Get motion detection event duration threshold. * This register configures the duration counter threshold for Motion interrupt * generation. The dura
lib/mpu9250/MPU9250.cpp:492
MethodgetMotionDetectionThreshold
Get motion detection event acceleration threshold. * This register configures the detection threshold for Motion interrupt * generation. The unit of
lib/mpu6050/MPU6050.cpp:521
MethodgetMotionDetectionThreshold
Get motion detection event acceleration threshold. * This register configures the detection threshold for Motion interrupt * generation. The unit of
lib/mpu9250/MPU9250.cpp:462
MethodgetMotionStatus
Get full motion detection status register content (all bits). * @return Motion detection status byte * @see MPU6050_RA_MOT_DETECT_STATUS */
lib/mpu6050/MPU6050.cpp:2055
MethodgetMotionlessCalibrationData
src/sensors/softfusion/runtimecalibration/RuntimeCalibration.h:185
MethodgetMultiMasterEnabled
Get multi-master enabled value. * Multi-master capability allows multiple I2C masters to operate on the same * bus. In circuits where multi-master c
lib/mpu6050/MPU6050.cpp:800
MethodgetMultiMasterEnabled
Get multi-master enabled value. * Multi-master capability allows multiple I2C masters to operate on the same * bus. In circuits where multi-master c
lib/mpu9250/MPU9250.cpp:741
MethodgetNewAccel
lib/bno080/BNO080.cpp:690
MethodgetNewGameQuat
lib/bno080/BNO080.cpp:591
MethodgetNewMagQuat
lib/bno080/BNO080.cpp:612
MethodgetNewQuat
lib/bno080/BNO080.cpp:571
MethodgetNewRawAccel
lib/bno080/BNO080.cpp:961
MethodgetNewRawGyro
lib/bno080/BNO080.cpp:1011
MethodgetNewRawMag
lib/bno080/BNO080.cpp:1048
MethodgetNextSample
thought experiments: is a single burst i2c transaction faster than multiple? by how much? how does that compare to the performance of a memcpy? how do
src/sensors/mpu9250sensor.cpp:504
MethodgetNormalized
lib/math/helper_3dmath.h:87
MethodgetNormalized
lib/math/helper_3dmath.h:123
MethodgetNormalized
lib/math/helper_3dmath.h:190
MethodgetOTPBankValid
lib/mpu6050/MPU6050.cpp:2820
MethodgetOTPBankValid
lib/mpu9250/MPU9250.cpp:2721
MethodgetPassthroughStatus
Get FSYNC interrupt status. * This bit reflects the status of the FSYNC interrupt from an external device * into the MPU-60X0. This is used as a way
lib/mpu6050/MPU6050.cpp:1282
MethodgetPassthroughStatus
Get FSYNC interrupt status. * This bit reflects the status of the FSYNC interrupt from an external device * into the MPU-60X0. This is used as a way
lib/mpu9250/MPU9250.cpp:1223
MethodgetPassword
src/network/wifihandler.cpp:133
MethodgetPitch
Return the pitch (rotation around the y-axis) in Radians
lib/bno080/BNO080.cpp:510
MethodgetQ1
Given a record ID, read the Q1 value from the metaData record in the FRS (ya, it's complicated) Q1 is used for all sensor data calculations
lib/bno080/BNO080.cpp:1064
MethodgetQ2
Given a record ID, read the Q2 value from the metaData record in the FRS Q2 is used in sensor bias
lib/bno080/BNO080.cpp:1073
MethodgetQ3
Given a record ID, read the Q3 value from the metaData record in the FRS Q3 is used in sensor change sensitivity
lib/bno080/BNO080.cpp:1082
MethodgetQuat
! * @brief Gets a quaternion reading from the specified source * @return quaternion reading */
lib/bno055_adafruit/Adafruit_BNO055.cpp:446
MethodgetQuat3D
lib/vqf/vqf.cpp:370
MethodgetQuat3D
lib/vqf/basicvqf.cpp:151
MethodgetQuat6D
lib/vqf/basicvqf.cpp:156
MethodgetQuat9D
lib/vqf/basicvqf.cpp:161
MethodgetQuatAccuracy
Return the acceleration component
lib/bno080/BNO080.cpp:674
← previousnext →901–1,000 of 1,844, ranked by callers