Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Tests.h
00001 00002 #define VCTEST_FAILED 0x1 00003 #define DUTSETUPTEST_FAILED 0x2 00004 #define IOTEST_FAILED 0x4 00005 #define RESETTEST_FAILED 0x8 00006 #define RTCTEST_FAILED 0x10 00007 #define BATTERYTEST_FAILED 0x20 00008 #define ETHERNETTEST_FAILED 0x40 00009 #define CLEANUP_FAILED 0x80 00010 00011 int VCTest (void); 00012 int DutSetupTest (void); 00013 int IOTest (void); 00014 int ResetTest (void); 00015 int BatteryTest (void); 00016 int RTCTest (void); 00017 int EthernetTest (void); 00018 int CleanUp (void); 00019
Generated on Mon Jul 18 2022 16:16:11 by
1.7.2