Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers us_ticker_api.h Source File

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