BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
3bee72b
Branches
Tags
master
mips_sys
fw
cyc_cnt.h
added cycle counter peripheral
Stefan Schuermans
commited
3bee72b
at 2012-02-12 00:02:27
cyc_cnt.h
Blame
History
Raw
#ifndef CYC_CNT_H #define CYC_CNT_H /** * @brief read cycle counter * @return cycle counter value */ unsigned int cyc_cnt_read(void); #endif /* #ifndef CYC_CNT_H */