Expand description
A duty-cycle guard for a radio.
A regional duty-cycle limit caps the share of time a node may transmit, and
[LinkSettings::min_off_time_us] turns that limit into the silence a transmission
of a given length owes. DutyCycle keeps the account against a clock the caller
supplies, so the same guard works over a microcontroller’s hardware timer and a
host’s monotonic clock.
Structs§
- Duty
Cycle - The silence a radio owes after its transmissions under a duty-cycle limit.