macro_rules! nrf_rtc2_monotonic {
($name:ident) => { ... };
}
Expand description
Create an RTC2 based monotonic and register the RTC2 interrupt for it.
See crate::nrf::rtc
for more details.
macro_rules! nrf_rtc2_monotonic {
($name:ident) => { ... };
}
Create an RTC2 based monotonic and register the RTC2 interrupt for it.
See crate::nrf::rtc
for more details.