Hmc6343(Data &data, uint8_t address=0x19) | modm::Hmc6343< I2cMaster > | |
I2cDevice(uint8_t address) | modm::I2cDevice< I2cMaster, 2 > | inline |
MODM_FLAGS8(OperationMode) (defined in modm::Hmc6343< I2cMaster >) | modm::Hmc6343< I2cMaster > | |
MeasurementRate enum name (defined in modm::Hmc6343< I2cMaster >) | modm::Hmc6343< I2cMaster > | strong |
OperationMode enum name (defined in modm::Hmc6343< I2cMaster >) | modm::Hmc6343< I2cMaster > | strong |
Orientation enum name (defined in modm::Hmc6343< I2cMaster >) | modm::Hmc6343< I2cMaster > | strong |
Register enum name (defined in modm::Hmc6343< I2cMaster >) | modm::Hmc6343< I2cMaster > | strong |
Register16 enum name (defined in modm::Hmc6343< I2cMaster >) | modm::Hmc6343< I2cMaster > | strong |
attachConfigurationHandler(I2c::ConfigurationHandler handler) | modm::I2cDevice< I2cMaster, 2 > | inline |
enterRunMode() | modm::Hmc6343< I2cMaster > | inline |
enterSleepMode() | modm::Hmc6343< I2cMaster > | inline |
enterStandbyMode() | modm::Hmc6343< I2cMaster > | inline |
enterUserCalibrationMode() | modm::Hmc6343< I2cMaster > | inline |
exitSleepMode() | modm::Hmc6343< I2cMaster > | inline |
exitUserCalibrationMode() | modm::Hmc6343< I2cMaster > | inline |
getData() | modm::Hmc6343< I2cMaster > | inline |
getDeviceId(uint16_t &value) | modm::Hmc6343< I2cMaster > | inline |
getIIR_Filter(uint8_t &value) | modm::Hmc6343< I2cMaster > | inline |
getResumableDepth() const (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | inline |
isResumableRunning() const (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | inline |
isTransactionRunning() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
ping() | modm::I2cDevice< I2cMaster, 2 > | inline |
read(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inline |
readAcceleration() | modm::Hmc6343< I2cMaster > | inline |
readHeading() | modm::Hmc6343< I2cMaster > | inline |
readMagneticField() | modm::Hmc6343< I2cMaster > | inline |
readOperationMode() | modm::Hmc6343< I2cMaster > | inline |
readRegister(Register reg, uint8_t &value) | modm::Hmc6343< I2cMaster > | protected |
readRegister(Register16 reg, uint16_t &value) | modm::Hmc6343< I2cMaster > | protected |
readTilt() | modm::Hmc6343< I2cMaster > | inline |
resetProcessor() | modm::Hmc6343< I2cMaster > | inline |
runTransaction() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
setAddress(uint8_t address) | modm::I2cDevice< I2cMaster, 2 > | inline |
setDeviationAngle(int16_t angle) | modm::Hmc6343< I2cMaster > | inline |
setIIR_Filter(uint8_t filter) | modm::Hmc6343< I2cMaster > | inline |
setMeasurementRate(MeasurementRate measurementRate=MeasurementRate::Hz10) | modm::Hmc6343< I2cMaster > | inline |
setOrientation(Orientation orientation) | modm::Hmc6343< I2cMaster > | inline |
setVariationAngle(int16_t angle) | modm::Hmc6343< I2cMaster > | inline |
startRead(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startTransaction() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startTransaction(modm::I2cTransaction *transaction) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startWrite(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startWriteRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
stopResumable() (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | |
transaction (defined in modm::I2cDevice< I2cMaster, 2 >) | modm::I2cDevice< I2cMaster, 2 > | protected |
wasTransactionSuccessful() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
write(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inline |
writeRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 2 > | inline |
writeRegister(Register reg, uint8_t value) | modm::Hmc6343< I2cMaster > | protected |
writeRegister(Register16 reg, uint16_t value) | modm::Hmc6343< I2cMaster > | protected |