Searched refs:rt_uint64_t (Results 1 – 3 of 3) sorted by relevance
52 typedef uint64_t rt_uint64_t; /**< 64bit unsigned integer type */ typedef62 typedef unsigned long rt_uint64_t; /**< 64bit unsigned integer type */ typedef65 typedef unsigned long long rt_uint64_t; /**< 64bit unsigned integer type */ typedef72 typedef rt_uint64_t rt_ubase_t; /**< Nbit unsigned CPU related data type */
37 #define HWREG64(x) (*((volatile rt_uint64_t *)(x)))
900 rt_uint64_t duration_tick; /**< cpu usage tick */
Completed in 9 milliseconds