pub fn wake_poll()Expand description
Wake the embassy-net runner to re-poll the ETH MAC.
Since the driver wakes itself from ETH_IRQHandler on RX/TX
completion, calling this is only useful as a slow link-state poll
(every few hundred ms — enough to notice cable unplugs). It is
idempotent and safe from any context.