Macro rtic_monotonics::nrf_rtc1_monotonic
source ยท macro_rules! nrf_rtc1_monotonic { ($name:ident) => { ... }; }
Expand description
Create an RTC1 based monotonic and register the RTC1 interrupt for it.
See crate::nrf::rtc
for more details.