|
|
@@ -106,13 +106,6 @@ rt_uint64_t rt_ktime_hrtimer_getres(void);
|
|
|
*/
|
|
|
unsigned long rt_ktime_hrtimer_getfrq(void);
|
|
|
|
|
|
-/**
|
|
|
- * @brief Get hrtimer the value of the cnt counter
|
|
|
- *
|
|
|
- * @return cnt
|
|
|
- */
|
|
|
-unsigned long rt_ktime_hrtimer_getcnt(void);
|
|
|
-
|
|
|
/**
|
|
|
* @brief set hrtimer interrupt timeout count (cnt), you should re-implemented it in hrtimer device driver
|
|
|
*
|