printer

Dependents:   Good_Serial_HelloWorld_Mbed

Fork of mbed by gokmen ascioglu

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