TLE5012B  3.1.0
The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).
All Data Structures Files Functions Variables Enumerations Enumerator Macros Modules
TLE5012-platf-wiced.hpp File Reference

TLE5012 Wiced Hardware Platforms. More...

#include "../../../config/tle5012-conf.hpp"
#include "../pal/TLE5012-pal-wiced.hpp"
#include <wiced.h>
Include dependency graph for TLE5012-platf-wiced.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRINTBIN(Num)   for (uint32_t t = (1UL << ((sizeof(Num)*8)-1)); t; t >>= 1) WPRINT_APP_INFO(("%u ",(Num & t ? 1 : 0) ));
 < More...
 
#define PRINTBINS(Num)   for (uint32_t t = (1UL << ((sizeof(Num)*8)-1)); t; t >>= 1) WPRINT_APP_INFO((" %u ",(Num & t ? 1 : 0) ));
 

Detailed Description

TLE5012 Wiced Hardware Platforms.

Date
October 2020

SPDX-License-Identifier: MIT