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
setDMPstartAddress
lib/ICM20948/ICM_20948.cpp:1223
Method
setDeviceID
Set Device ID. * Write a new ID into the WHO_AM_I register (no idea why this should ever be * necessary though). * @param id New device ID to set.
lib/mpu6050/MPU6050.cpp:2812
Method
setDeviceID
Set Device ID. * Write a new ID into the WHO_AM_I register (no idea why this should ever be * necessary though). * @param id New device ID to set.
lib/mpu9250/MPU9250.cpp:2713
Method
setExternalFrameSync
Set external FSYNC configuration. * @see getExternalFrameSync() * @see MPU6050_RA_CONFIG * @param sync New FSYNC configuration value */
lib/mpu6050/MPU6050.cpp:174
Method
setExternalFrameSync
Set external FSYNC configuration. * @see getExternalFrameSync() * @see MPU9250_RA_CONFIG * @param sync New FSYNC configuration value */
lib/mpu9250/MPU9250.cpp:173
Method
setExternalShadowDelayEnabled
Set external data shadow delay enabled status. * @param enabled New external data shadow delay enabled status. * @see getExternalShadowDelayEnabled(
lib/mpu6050/MPU6050.cpp:2158
Method
setExternalShadowDelayEnabled
Set external data shadow delay enabled status. * @param enabled New external data shadow delay enabled status. * @see getExternalShadowDelayEnabled(
lib/mpu9250/MPU9250.cpp:2095
Method
setFIFOByte
Write byte to FIFO buffer. * @see getFIFOByte() * @see MPU6050_RA_FIFO_R_W */
lib/mpu6050/MPU6050.cpp:2786
Method
setFIFOByte
Write byte to FIFO buffer. * @see getFIFOByte() * @see MPU9250_RA_FIFO_R_W */
lib/mpu9250/MPU9250.cpp:2687
Method
setFIFOEnabled
Set FIFO enabled status. * @param enabled New FIFO enabled status * @see getFIFOEnabled() * @see MPU9250_RA_USER_CTRL * @see MPU9250_USERCTRL_FIFO
lib/mpu9250/MPU9250.cpp:2287
Method
setFIFOmode
lib/ICM20948/ICM_20948.cpp:1176
Method
setFSyncInterruptEnabled
Set FSYNC pin interrupt enabled setting. * @param enabled New FSYNC pin interrupt enabled setting * @see getFSyncInterruptEnabled() * @see MPU6050_
lib/mpu6050/MPU6050.cpp:1478
Method
setFSyncInterruptEnabled
Set FSYNC pin interrupt enabled setting. * @param enabled New FSYNC pin interrupt enabled setting * @see getFSyncInterruptEnabled() * @see MPU9250_
lib/mpu9250/MPU9250.cpp:1419
Method
setFSyncInterruptLevel
Set FSYNC interrupt logic level mode. * @param mode New FSYNC interrupt mode (0=active-high, 1=active-low) * @see getFSyncInterruptMode() * @see MP
lib/mpu6050/MPU6050.cpp:1459
Method
setFSyncInterruptLevel
Set FSYNC interrupt logic level mode. * @param mode New FSYNC interrupt mode (0=active-high, 1=active-low) * @see getFSyncInterruptMode() * @see MP
lib/mpu9250/MPU9250.cpp:1400
Method
setFeatureCommand
Given a sensor's report ID, this tells the BNO080 to begin reporting the values
lib/bno080/BNO080.cpp:1468
Method
setFreefallDetectionCounterDecrement
Set Free Fall detection counter decrement configuration. * @param decrement New decrement configuration value * @see getFreefallDetectionCounterDecr
lib/mpu6050/MPU6050.cpp:2290
Method
setFreefallDetectionCounterDecrement
Set Free Fall detection counter decrement configuration. * @param decrement New decrement configuration value * @see getFreefallDetectionCounterDecr
lib/mpu9250/MPU9250.cpp:2227
Method
setFreefallDetectionDuration
Get free-fall event duration threshold. * @param duration New free-fall duration threshold value (LSB = 1ms) * @see getFreefallDetectionDuration()
lib/mpu6050/MPU6050.cpp:496
Method
setFreefallDetectionDuration
Get free-fall event duration threshold. * @param duration New free-fall duration threshold value (LSB = 1ms) * @see getFreefallDetectionDuration()
lib/mpu9250/MPU9250.cpp:437
Method
setFreefallDetectionThreshold
Get free-fall event acceleration threshold. * @param threshold New free-fall acceleration threshold value (LSB = 2mg) * @see getFreefallDetectionThr
lib/mpu6050/MPU6050.cpp:464
Method
setFreefallDetectionThreshold
Get free-fall event acceleration threshold. * @param threshold New free-fall acceleration threshold value (LSB = 2mg) * @see getFreefallDetectionThr
lib/mpu9250/MPU9250.cpp:405
Method
setFullScale
lib/ICM20948/ICM_20948.cpp:592
Method
setFullScaleAccelRange
Set full-scale accelerometer range. * @param range New full-scale accelerometer range setting * @see getFullScaleAccelRange() */
lib/mpu6050/MPU6050.cpp:386
Method
setFullScaleAccelRange
Set full-scale accelerometer range. * @param range New full-scale accelerometer range setting * @see getFullScaleAccelRange() */
lib/mpu9250/MPU9250.cpp:327
Method
setFullScaleGyroRange
Set full-scale gyroscope range. * @param range New full-scale gyroscope range value * @see getFullScaleRange() * @see MPU6050_GYRO_FS_250 * @see M
lib/mpu6050/MPU6050.cpp:252
Method
setFullScaleGyroRange
Set full-scale gyroscope range. * @param range New full-scale gyroscope range value * @see getFullScaleRange() * @see MPU9250_GYRO_FS_250 * @see M
lib/mpu9250/MPU9250.cpp:251
Method
setFusedRotation
src/sensors/sensor.cpp:39
Method
setGyroSF
lib/ICM20948/ICM_20948.cpp:1316
Method
setI2CBypassEnabled
Set I2C bypass enabled status. * When this bit is equal to 1 and I2C_MST_EN (Register 106 bit[5]) is equal to * 0, the host application processor wi
lib/mpu6050/MPU6050.cpp:1507
Method
setI2CBypassEnabled
Set I2C bypass enabled status. * When this bit is equal to 1 and I2C_MST_EN (Register 106 bit[5]) is equal to * 0, the host application processor wi
lib/mpu9250/MPU9250.cpp:1448
Method
setI2CMasterModeEnabled
Set I2C Master Mode enabled status. * @param enabled New I2C Master Mode enabled status * @see getI2CMasterModeEnabled() * @see MPU6050_RA_USER_CTR
lib/mpu6050/MPU6050.cpp:2374
Method
setI2CMasterModeEnabled
Set I2C Master Mode enabled status. * @param enabled New I2C Master Mode enabled status * @see getI2CMasterModeEnabled() * @see MPU9250_RA_USER_CTR
lib/mpu9250/MPU9250.cpp:2311
Method
setIntDMPEnabled
lib/mpu6050/MPU6050.cpp:2964
Method
setIntDMPEnabled
lib/mpu9250/MPU9250.cpp:2887
Method
setIntDataReadyEnabled
Set Data Ready interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntDataReadyEnabled() * @see MPU6050_RA_INT_CFG *
lib/mpu6050/MPU6050.cpp:1673
Method
setIntDataReadyEnabled
Set Data Ready interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntDataReadyEnabled() * @see MPU9250_RA_INT_CFG *
lib/mpu9250/MPU9250.cpp:1614
Method
setIntEnabled
Set full interrupt enabled status. * Full register byte for all interrupts, for quick reading. Each bit should be * set 0 for disabled, 1 for enable
lib/mpu6050/MPU6050.cpp:1557
Method
setIntEnabled
Set full interrupt enabled status. * Full register byte for all interrupts, for quick reading. Each bit should be * set 0 for disabled, 1 for enable
lib/mpu9250/MPU9250.cpp:1498
Method
setIntFIFOBufferOverflowEnabled
Set FIFO Buffer Overflow interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntFIFOBufferOverflowEnabled() * @see MP
lib/mpu6050/MPU6050.cpp:1633
Method
setIntFIFOBufferOverflowEnabled
Set FIFO Buffer Overflow interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntFIFOBufferOverflowEnabled() * @see MP
lib/mpu9250/MPU9250.cpp:1574
Method
setIntFreefallEnabled
Set Free Fall interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntFreefallEnabled() * @see MPU6050_RA_INT_ENABLE
lib/mpu6050/MPU6050.cpp:1576
Method
setIntFreefallEnabled
Set Free Fall interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntFreefallEnabled() * @see MPU9250_RA_INT_ENABLE
lib/mpu9250/MPU9250.cpp:1517
Method
setIntI2CMasterEnabled
Set I2C Master interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntI2CMasterEnabled() * @see MPU6050_RA_INT_ENABLE
lib/mpu6050/MPU6050.cpp:1653
Method
setIntI2CMasterEnabled
Set I2C Master interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntI2CMasterEnabled() * @see MPU9250_RA_INT_ENABLE
lib/mpu9250/MPU9250.cpp:1594
Method
setIntMotionEnabled
Set Motion Detection interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntMotionEnabled() * @see MPU6050_RA_INT_ENA
lib/mpu6050/MPU6050.cpp:1595
Method
setIntMotionEnabled
Set Motion Detection interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntMotionEnabled() * @see MPU9250_RA_INT_ENA
lib/mpu9250/MPU9250.cpp:1536
Method
setIntPLLReadyEnabled
lib/mpu6050/MPU6050.cpp:2957
Method
setIntPLLReadyEnabled
lib/mpu9250/MPU9250.cpp:2880
Method
setIntZeroMotionEnabled
Set Zero Motion Detection interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntZeroMotionEnabled() * @see MPU6050_R
lib/mpu6050/MPU6050.cpp:1614
Method
setIntZeroMotionEnabled
Set Zero Motion Detection interrupt enabled status. * @param enabled New interrupt enabled status * @see getIntZeroMotionEnabled() * @see MPU9250_R
lib/mpu9250/MPU9250.cpp:1555
Method
setInterruptDrive
Set interrupt drive mode. * @param drive New interrupt drive mode (0=push-pull, 1=open-drain) * @see getInterruptDrive() * @see MPU6050_RA_INT_PIN_
lib/mpu6050/MPU6050.cpp:1402
Method
setInterruptDrive
Set interrupt drive mode. * @param drive New interrupt drive mode (0=push-pull, 1=open-drain) * @see getInterruptDrive() * @see MPU9250_RA_INT_PIN_
lib/mpu9250/MPU9250.cpp:1343
Method
setInterruptLatch
Set interrupt latch mode. * @param latch New latch mode (0=50us-pulse, 1=latch-until-int-cleared) * @see getInterruptLatch() * @see MPU6050_RA_INT_
lib/mpu6050/MPU6050.cpp:1421
Method
setInterruptLatch
Set interrupt latch mode. * @param latch New latch mode (0=50us-pulse, 1=latch-until-int-cleared) * @see getInterruptLatch() * @see MPU9250_RA_INT_
lib/mpu9250/MPU9250.cpp:1362
Method
setInterruptLatchClear
Set interrupt latch clear mode. * @param clear New latch clear mode (0=status-read-only, 1=any-register-read) * @see getInterruptLatchClear() * @se
lib/mpu6050/MPU6050.cpp:1440
Method
setInterruptLatchClear
Set interrupt latch clear mode. * @param clear New latch clear mode (0=status-read-only, 1=any-register-read) * @see getInterruptLatchClear() * @se
lib/mpu9250/MPU9250.cpp:1381
Method
setInterruptMode
Set interrupt logic level mode. * @param mode New interrupt mode (0=active-high, 1=active-low) * @see getInterruptMode() * @see MPU6050_RA_INT_PIN_
lib/mpu6050/MPU6050.cpp:1383
Method
setInterruptMode
Set interrupt logic level mode. * @param mode New interrupt mode (0=active-high, 1=active-low) * @see getInterruptMode() * @see MPU9250_RA_INT_PIN_
lib/mpu9250/MPU9250.cpp:1324
Method
setMagDistRejectionEnabled
lib/vqf/vqf.cpp:482
Method
setMagRef
lib/vqf/vqf.cpp:449
Method
setMasterClockSpeed
Set I2C master clock speed. * @reparam speed Current I2C master clock speed * @see MPU6050_RA_I2C_MST_CTRL */
lib/mpu6050/MPU6050.cpp:912
Method
setMasterClockSpeed
Set I2C master clock speed. * @reparam speed Current I2C master clock speed * @see MPU9250_RA_I2C_MST_CTRL */
lib/mpu9250/MPU9250.cpp:853
Method
setMemoryBank
lib/mpu6050/MPU6050.cpp:3021
Method
setMemoryBank
lib/mpu9250/MPU9250.cpp:2944
Method
setMemoryStartAddress
lib/mpu6050/MPU6050.cpp:3030
Method
setMemoryStartAddress
lib/mpu9250/MPU9250.cpp:2953
Method
setMode
! * @brief Puts the chip in the specified operating mode * @param mode * mode values * [OPERATION_MODE_CONFIG, *
lib/bno055_adafruit/Adafruit_BNO055.cpp:160
Method
setMotionBiasEstEnabled
lib/vqf/vqf.cpp:456
Method
setMotionDetectionCounterDecrement
Set Motion detection counter decrement configuration. * @param decrement New decrement configuration value * @see getMotionDetectionCounterDecrement
lib/mpu6050/MPU6050.cpp:2326
Method
setMotionDetectionCounterDecrement
Set Motion detection counter decrement configuration. * @param decrement New decrement configuration value * @see getMotionDetectionCounterDecrement
lib/mpu9250/MPU9250.cpp:2263
Method
setMotionDetectionDuration
Set motion detection event duration threshold. * @param duration New motion detection duration threshold value (LSB = 1ms) * @see getMotionDetection
lib/mpu6050/MPU6050.cpp:560
Method
setMotionDetectionDuration
Set motion detection event duration threshold. * @param duration New motion detection duration threshold value (LSB = 1ms) * @see getMotionDetection
lib/mpu9250/MPU9250.cpp:501
Method
setMotionDetectionThreshold
Set motion detection event acceleration threshold. * @param threshold New motion detection acceleration threshold value (LSB = 2mg) * @see getMotion
lib/mpu6050/MPU6050.cpp:530
Method
setMotionDetectionThreshold
Set free-fall event acceleration threshold. * @param threshold New motion detection acceleration threshold value (LSB = 2mg) * @see getMotionDetecti
lib/mpu9250/MPU9250.cpp:471
Method
setMultiMasterEnabled
Set multi-master enabled value. * @param enabled New multi-master enabled value * @see getMultiMasterEnabled() * @see MPU6050_RA_I2C_MST_CTRL */
lib/mpu6050/MPU6050.cpp:809
Method
setMultiMasterEnabled
Set multi-master enabled value. * @param enabled New multi-master enabled value * @see getMultiMasterEnabled() * @see MPU9250_RA_I2C_MST_CTRL */
lib/mpu9250/MPU9250.cpp:750
Method
setNormalConfig
src/sensors/softfusion/drivers/bmi270.h:299
Method
setOTPBankValid
lib/mpu6050/MPU6050.cpp:2824
Method
setOTPBankValid
lib/mpu9250/MPU9250.cpp:2725
Method
setRate
Set gyroscope sample rate divider. * @param rate New sample rate divider * @see getRate() * @see MPU9250_RA_SMPLRT_DIV */
lib/mpu9250/MPU9250.cpp:131
Method
setRestBiasEstEnabled
lib/vqf/vqf.cpp:467
Method
setRestDetectionThresholds
lib/vqf/vqf.cpp:536
Method
setSampleMode
Internal Sensor Options
lib/ICM20948/ICM_20948.cpp:585
Method
setSampleRate
lib/ICM20948/ICM_20948.cpp:610
Method
setSensorInfo
src/sensors/sensor.h:114
Method
setSensorOffsets
! * @brief Writes an array of calibration values to the sensor's offset * @param calibData * calibration data */
lib/bno055_adafruit/Adafruit_BNO055.cpp:555
Method
setSlave0FIFOEnabled
Set Slave 0 FIFO enabled value. * @param enabled New Slave 0 FIFO enabled value * @see getSlave0FIFOEnabled() * @see MPU9250_RA_FIFO_EN */
lib/mpu9250/MPU9250.cpp:720
Method
setSlave1FIFOEnabled
Set Slave 1 FIFO enabled value. * @param enabled New Slave 1 FIFO enabled value * @see getSlave1FIFOEnabled() * @see MPU6050_RA_FIFO_EN */
lib/mpu6050/MPU6050.cpp:761
Method
setSlave1FIFOEnabled
Set Slave 1 FIFO enabled value. * @param enabled New Slave 1 FIFO enabled value * @see getSlave1FIFOEnabled() * @see MPU9250_RA_FIFO_EN */
lib/mpu9250/MPU9250.cpp:702
Method
setSlave2FIFOEnabled
Set Slave 2 FIFO enabled value. * @param enabled New Slave 2 FIFO enabled value * @see getSlave2FIFOEnabled() * @see MPU6050_RA_FIFO_EN */
lib/mpu6050/MPU6050.cpp:743
Method
setSlave2FIFOEnabled
Set Slave 2 FIFO enabled value. * @param enabled New Slave 2 FIFO enabled value * @see getSlave2FIFOEnabled() * @see MPU9250_RA_FIFO_EN */
lib/mpu9250/MPU9250.cpp:684
Method
setSlave3FIFOEnabled
Set Slave 3 FIFO enabled value. * @param enabled New Slave 3 FIFO enabled value * @see getSlave3FIFOEnabled() * @see MPU6050_RA_MST_CTRL */
lib/mpu6050/MPU6050.cpp:850
Method
setSlave3FIFOEnabled
Set Slave 3 FIFO enabled value. * @param enabled New Slave 3 FIFO enabled value * @see getSlave3FIFOEnabled() * @see MPU9250_RA_MST_CTRL */
lib/mpu9250/MPU9250.cpp:791
Method
setSlave4Address
Set the I2C address of Slave 4. * @param address New address for Slave 4 * @see getSlave4Address() * @see MPU6050_RA_I2C_SLV4_ADDR */
lib/mpu6050/MPU6050.cpp:1142
Method
setSlave4Address
Set the I2C address of Slave 4. * @param address New address for Slave 4 * @see getSlave4Address() * @see MPU9250_RA_I2C_SLV4_ADDR */
lib/mpu9250/MPU9250.cpp:1083
Method
setSlave4Enabled
Set the enabled value for Slave 4. * @param enabled New enabled value for Slave 4 * @see getSlave4Enabled() * @see MPU6050_RA_I2C_SLV4_CTRL */
lib/mpu6050/MPU6050.cpp:1188
Method
setSlave4Enabled
Set the enabled value for Slave 4. * @param enabled New enabled value for Slave 4 * @see getSlave4Enabled() * @see MPU9250_RA_I2C_SLV4_CTRL */
lib/mpu9250/MPU9250.cpp:1129
Method
setSlave4InterruptEnabled
Set the enabled value for Slave 4 transaction interrupts. * @param enabled New enabled value for Slave 4 transaction interrupts. * @see getSlave4Int
lib/mpu6050/MPU6050.cpp:1209
Method
setSlave4InterruptEnabled
Set the enabled value for Slave 4 transaction interrupts. * @param enabled New enabled value for Slave 4 transaction interrupts. * @see getSlave4Int
lib/mpu9250/MPU9250.cpp:1150
← previous
next →
1,501–1,600 of 1,844, ranked by callers