macro_rules! nrf_timer3_monotonic {
($name:ident, $tick_rate_hz:expr) => { ... };
}
Expand description
Create an Timer3 based monotonic and register the TIMER3 interrupt for it.
See crate::nrf::timer
for more details.
macro_rules! nrf_timer3_monotonic {
($name:ident, $tick_rate_hz:expr) => { ... };
}
Create an Timer3 based monotonic and register the TIMER3 interrupt for it.
See crate::nrf::timer
for more details.