Open
Description
While the function is created in https://github.com/rust-embedded-community/tm4c-hal/blob/master/tm4c123x-hal/src/time.rs
,the function is not exposed, so also Instant cannot be obtained.
92 | let mut mono_timer = MonoTimer::new(cp.DWT, clocks);
| ^^^
| |
| function or associated item not found in `MonoTimer`
| help: there is a method with a similar name: `now`
Complete code : https://github.com/vortex314/tiva-rs
Metadata
Metadata
Assignees
Labels
No labels