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.
Dependencies: TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG BUTTON_GROUP
Clock.h
00001 #pragma once 00002 00003 #include <stdint.h> 00004 00005 // Return the number of seconds since boot. 00006 float clock_s(); 00007 00008 // Return the number of milliseconds since boot. 00009 uint64_t clock_ms(); 00010 00011 // Return the number of microseconds since boot. 00012 uint64_t clock_us();
Generated on Fri Jul 22 2022 06:03:14 by
