macro_rules! rp2040_timer_monotonic {
    ($name:ident) => { ... };
}
Expand description

Create an RP2040 timer based monotonic and register the necessary interrupt for it.

See crate::rp2040 for more details.

§Arguments

  • name - The name that the monotonic type will have.