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.
Dependents: led_test myled_test2 Comunication_PC_USB mbed_tt ... more
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 Thu Jul 14 2022 03:29:18 by
1.7.2