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