Changeset 529 for soft/giet_vm/giet_drivers/tim_driver.c
- Timestamp:
- Mar 27, 2015, 11:51:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/tim_driver.c
r456 r529 1 ///////////////////////////////////////////////////////////////////////////// /////////1 ///////////////////////////////////////////////////////////////////////////// 2 2 // File : tim_driver.c 3 3 // Date : 23/05/2013 4 4 // Author : alain greiner 5 5 // Copyright (c) UPMC-LIP6 6 ///////////////////////////////////////////////////////////////////////////// /////////6 ///////////////////////////////////////////////////////////////////////////// 7 7 8 8 #include <giet_config.h> … … 48 48 #endif 49 49 50 ///////////////////////////////////////////////////////////////////////////// ////50 ///////////////////////////////////////////////////////////////////////////// 51 51 // global variables 52 ///////////////////////////////////////////////////////////////////////////// ////52 ///////////////////////////////////////////////////////////////////////////// 53 53 54 54 #define in_unckdata __attribute__((section (".unckdata"))) … … 59 59 #endif 60 60 61 ///////////////////////////////////////////////////////////////////////////// ////61 ///////////////////////////////////////////////////////////////////////////// 62 62 // access functions 63 ///////////////////////////////////////////////////////////////////////////// ////63 ///////////////////////////////////////////////////////////////////////////// 64 64 65 /////////////////////////////////////////////////////// ///////65 /////////////////////////////////////////////////////// 66 66 unsigned int _timer_get_register( unsigned int channel, 67 67 unsigned int index )
Note: See TracChangeset
for help on using the changeset viewer.