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.
macro_rules! nrf_rtc1_monotonic { ($name:ident) => { ... }; }
Create an RTC1 based monotonic and register the RTC1 interrupt for it.
See crate::nrf::rtc
for more details.