Module stm32f4xx_hal::dwt

source ·
Expand description

Debug and trace and stuff

Structs

  • Clock difference with capability to calculate SI units (s)
  • DWT (Data Watchpoint and Trace) unit
  • A measurement of a monotonically non-decreasing clock
  • A monotonic non-decreasing timer
  • Very simple stopwatch which reads from DWT Cycle Counter to record timing.

Traits