Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SlimeVR/SlimeVR-Tracker-ESP
/ functions
Functions
1,844 in github.com/SlimeVR/SlimeVR-Tracker-ESP
⨍
Functions
1,844
◇
Types & classes
294
Method
getIntFIFOBufferOverflowStatus
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
Method
getIntFIFOBufferOverflowStatus
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
Method
getIntFreefallEnabled
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
Method
getIntFreefallEnabled
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
Method
getIntFreefallStatus
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
Method
getIntFreefallStatus
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
Method
getIntI2CMasterEnabled
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
Method
getIntI2CMasterEnabled
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
Method
getIntI2CMasterStatus
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
Method
getIntI2CMasterStatus
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
Method
getIntMotionEnabled
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
Method
getIntMotionEnabled
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
Method
getIntMotionStatus
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
Method
getIntMotionStatus
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
Method
getIntPLLReadyEnabled
lib/mpu6050/MPU6050.cpp:2953
Method
getIntPLLReadyEnabled
lib/mpu9250/MPU9250.cpp:2876
Method
getIntPLLReadyStatus
lib/mpu6050/MPU6050.cpp:2997
Method
getIntPLLReadyStatus
lib/mpu9250/MPU9250.cpp:2920
Method
getIntStatus
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
Method
getIntStatus
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
Method
getIntZeroMotionEnabled
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
Method
getIntZeroMotionEnabled
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
Method
getIntZeroMotionStatus
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
Method
getIntZeroMotionStatus
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
Method
getInterruptDrive
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
Method
getInterruptDrive
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
Method
getInterruptLatch
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
Method
getInterruptLatch
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
Method
getInterruptLatchClear
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
Method
getInterruptLatchClear
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
Method
getInterruptMode
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
Method
getInterruptMode
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
Method
getLinAccel
Gets the full lin acceleration x,y,z output floats
lib/bno080/BNO080.cpp:731
Method
getLinAccelAccuracy
Return the acceleration component
lib/bno080/BNO080.cpp:776
Method
getLinAccelX
Return the acceleration component
lib/bno080/BNO080.cpp:755
Method
getLinAccelY
Return the acceleration component
lib/bno080/BNO080.cpp:762
Method
getLinAccelZ
Return the acceleration component
lib/bno080/BNO080.cpp:769
Method
getLinearAcc
src/sensors/SensorFusionDMP.cpp:80
Method
getLinearAcc
src/sensors/SensorFusion.cpp:89
Method
getLinearAccVec
src/sensors/SensorFusionDMP.cpp:94
Method
getLostArbitration
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
Method
getLostArbitration
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
Method
getMag
Gets the full mag vector x,y,z output floats
lib/bno080/BNO080.cpp:825
Method
getMagAccuracy
Return the mag component
lib/bno080/BNO080.cpp:856
Method
getMagDistDetected
lib/vqf/vqf.cpp:428
Method
getMagQuat
lib/bno080/BNO080.cpp:601
Method
getMagRefDip
lib/vqf/vqf.cpp:444
Method
getMagRefNorm
lib/vqf/vqf.cpp:439
Method
getMagUT
lib/ICM20948/ICM_20948.cpp:163
Method
getMagX
Return the magnetometer component
lib/bno080/BNO080.cpp:835
Method
getMagY
Return the magnetometer component
lib/bno080/BNO080.cpp:842
Method
getMagZ
Return the magnetometer component
lib/bno080/BNO080.cpp:849
Method
getMagnetometerAdjustments
Get magnetometer's Adjustments reading. * @see initilaizeMagnetometer() * @see MPU9250_RA_MAG_CNTL1 */
lib/mpu9250/MPU9250.cpp:3438
Method
getMagnetometerDeviceID
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
Method
getMagnetometerX
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
Method
getMagnetometerY
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
Method
getMagnetometerZ
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
Method
getMagnitude
lib/math/helper_3dmath.h:75
Method
getMagnitude
lib/math/helper_3dmath.h:112
Method
getMagnitude
lib/math/helper_3dmath.h:179
Method
getMasterClockSpeed
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
Method
getMasterClockSpeed
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
Method
getMotion6
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
Method
getMotion9
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
Method
getMotionDetectionCounterDecrement
Get Motion detection counter decrement configuration. * Detection is registered by the Motion detection module after accelerometer * measurements me
lib/mpu6050/MPU6050.cpp:2316
Method
getMotionDetectionCounterDecrement
Get Motion detection counter decrement configuration. * Detection is registered by the Motion detection module after accelerometer * measurements me
lib/mpu9250/MPU9250.cpp:2253
Method
getMotionDetectionDuration
Get motion detection event duration threshold. * This register configures the duration counter threshold for Motion interrupt * generation. The dura
lib/mpu6050/MPU6050.cpp:551
Method
getMotionDetectionDuration
Get motion detection event duration threshold. * This register configures the duration counter threshold for Motion interrupt * generation. The dura
lib/mpu9250/MPU9250.cpp:492
Method
getMotionDetectionThreshold
Get motion detection event acceleration threshold. * This register configures the detection threshold for Motion interrupt * generation. The unit of
lib/mpu6050/MPU6050.cpp:521
Method
getMotionDetectionThreshold
Get motion detection event acceleration threshold. * This register configures the detection threshold for Motion interrupt * generation. The unit of
lib/mpu9250/MPU9250.cpp:462
Method
getMotionStatus
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
Method
getMotionlessCalibrationData
src/sensors/softfusion/runtimecalibration/RuntimeCalibration.h:185
Method
getMultiMasterEnabled
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
Method
getMultiMasterEnabled
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
Method
getNewAccel
lib/bno080/BNO080.cpp:690
Method
getNewGameQuat
lib/bno080/BNO080.cpp:591
Method
getNewMagQuat
lib/bno080/BNO080.cpp:612
Method
getNewQuat
lib/bno080/BNO080.cpp:571
Method
getNewRawAccel
lib/bno080/BNO080.cpp:961
Method
getNewRawGyro
lib/bno080/BNO080.cpp:1011
Method
getNewRawMag
lib/bno080/BNO080.cpp:1048
Method
getNextSample
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
Method
getNormalized
lib/math/helper_3dmath.h:87
Method
getNormalized
lib/math/helper_3dmath.h:123
Method
getNormalized
lib/math/helper_3dmath.h:190
Method
getOTPBankValid
lib/mpu6050/MPU6050.cpp:2820
Method
getOTPBankValid
lib/mpu9250/MPU9250.cpp:2721
Method
getPassthroughStatus
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
Method
getPassthroughStatus
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
Method
getPassword
src/network/wifihandler.cpp:133
Method
getPitch
Return the pitch (rotation around the y-axis) in Radians
lib/bno080/BNO080.cpp:510
Method
getQ1
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
Method
getQ2
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
Method
getQ3
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
Method
getQuat
! * @brief Gets a quaternion reading from the specified source * @return quaternion reading */
lib/bno055_adafruit/Adafruit_BNO055.cpp:446
Method
getQuat3D
lib/vqf/vqf.cpp:370
Method
getQuat3D
lib/vqf/basicvqf.cpp:151
Method
getQuat6D
lib/vqf/basicvqf.cpp:156
Method
getQuat9D
lib/vqf/basicvqf.cpp:161
Method
getQuatAccuracy
Return the acceleration component
lib/bno080/BNO080.cpp:674
← previous
next →
901–1,000 of 1,844, ranked by callers