Macro rtic_monotonics::nrf_timer0_monotonic
source ยท macro_rules! nrf_timer0_monotonic { ($name:ident, $tick_rate_hz:expr) => { ... }; }
Expand description
Create an Timer0 based monotonic and register the TIMER0 interrupt for it.
See crate::nrf::timer
for more details.