Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

CMSIS-DAP Timestamp

Access function for Test Domain Timer. More...

Functions

__STATIC_INLINE uint32_t TIMESTAMP_GET (void)
 Get timestamp of Test Domain Timer.

Detailed Description

Access function for Test Domain Timer.

The value of the Test Domain Timer in the Debug Unit is returned by the function TIMESTAMP_GET. By default, the DWT timer is used. The frequency of this timer is configured with TIMESTAMP_CLOCK.


Function Documentation

__STATIC_INLINE uint32_t TIMESTAMP_GET ( void   )

Get timestamp of Test Domain Timer.

Returns:
Current timestamp value.

Definition at line 467 of file atmel/sam3u2c/DAP_config.h.