pub async fn pump_loop<CS: CounterStore + 'static>(
host: DeviceNodeHost<CS>,
mac: DeviceNodeHandle<CS>,
) -> !Expand description
Drives the device node’s MAC pump. Never returns while healthy; an exit means the MAC hit an unrecoverable radio error, and rebooting through the panic handler beats silently losing the device identity.