21 #ifndef ARM_CORTEX_COMMON_DWT_HPP_INCLUDED 22 #define ARM_CORTEX_COMMON_DWT_HPP_INCLUDED 80 value_type
get(void) {
87 #endif // ARM_CORTEX_COMMON_DWT_HPP_INCLUDED static __always_inline void set(void)
cycle_counter(void)
Definition: dwt.hpp:63
static void enable(void)
Definition: dwt.hpp:33
~cycle_counter(void)
Definition: dwt.hpp:68
void stop(void)
Definition: dwt.hpp:76
static DWT::CYCCNT::value_type cycle_counter_load(void)
Definition: dwt.hpp:46
static __always_inline Tp load(void)
static void disable(void)
Definition: dwt.hpp:37
static void cycle_counter_enable(void)
Definition: dwt.hpp:41
static __always_inline void set(void)
void start(void)
Definition: dwt.hpp:72
static __always_inline void store(Tp const value)
Cycle counter: Count processor clock cycles.
Definition: dwt.hpp:55
static __always_inline void clear(void)