ep-dwt 0.1.2

`embedded-profiling` implementation using the Data Watchpoint and Tracing (DWT) unit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `ep-dwt`

An implementation of the `EmbeddedProfiler` trait from [`embedded-profiling`] utilizing
the Data Watchpoint and Tracing (DWT) unit.
Derived from the RTIC monotonic implementation in
[`dwt_systick_monotonic`](https://docs.rs/dwt-systick-monotonic/)

## [Documentation]https://docs.rs/ep-dwt/

[`embedded-profiling`]: https://docs.rs/embedded-profiling

## Example Usage

An example usage can be found in [`embedded-profiling-examples`](https://github.com/TDHolmes/embedded-profiling).