TLE5012 Wiced Hardware Platforms. More...
#include "../../../config/tle5012-conf.hpp"
#include "../pal/TLE5012-pal-wiced.hpp"
#include <wiced.h>
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) )); |
TLE5012 Wiced Hardware Platforms.
SPDX-License-Identifier: MIT