pub type MacTimeUpdateCb = fn(Duration);Expand description
Callback to update the MAC time.
The duration is the delta, that has been accumulated between the PHY clock and the normal system timers, since the last time this callback was called. This accounts for the PHY being enabled and disabled, before this callback was set.