forked from Infineon/TLE5012-Magnetic-Angle-Sensor
-
Notifications
You must be signed in to change notification settings - Fork 0
TLE5012B API
Dr. Olaf Filies edited this page Mar 1, 2021
·
1 revision
List of the base driver functions for the TLE5012B sensor. All functions are working with the SSC interface only.
- Tle5012b()
- begin()
- disableSensor()
- enableSensor()
- end()
- fetch_Safety()
- getAngleRange()
- getAngleSpeed()
- getAngleValue()
- getNumRevolutions()
- getTemperature()
- possible()
- readActivationStatus()
- readActiveStatus()
- readBlockCRC()
- readFromSensor()
- readIFAB()
- readIntMode1()
- readIntMode2()
- readIntMode3()
- readIntMode4()
- readMoreRegisters()
- readOffsetX()
- readOffsetY()
- readRawX()
- readRawY()
- readRegMap()
- readSIL()
- readStatus()
- readSynch()
- readTempCoeff()
- readTempDMag()
- readTempIIFCnt()
- readTempRaw()
- readTempT25()
- resetFirmware()
- responseSlave()
- return()
- setCalibration()
- writeActivationStatus()
- writeIFAB()
- writeIntMode1()
- writeIntMode2()
- writeIntMode3()
- writeIntMode4()
- writeInterfaceType()
- writeOffsetX()
- writeOffsetY()
- writeSIL()
- writeSlaveNumber()
- writeSynch()
- writeTempCoeff()
- writeTempCoeffUpdate()
- writeToSensor()
For a complete description of the functions and the rest of the library code structures in the see TLE5012B API
Library Architecture
TLE5012B API
TLE5012B Register API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
Arduino
- Getting Started
- Lib Installation
- Arduino API
- PlatformIO
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide