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.
Fork of CRAC-Strat_2017_homologation_gros_rob by
us_ticker_api.h
00001 /* mbed Microcontroller Library - us_ticker_api 00002 * Copyright (c) 2009 ARM Limited. All rights reserved. 00003 */ 00004 00005 #ifndef MBED_US_TICKER_API_H 00006 #define MBED_US_TICKER_API_H 00007 00008 #include <stdint.h> 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 uint32_t us_ticker_read(void); 00015 00016 #ifdef __cplusplus 00017 } 00018 #endif 00019 00020 #endif
Generated on Tue Jul 12 2022 19:28:48 by
