Skip to main content

adaptive_counter_bits

Function adaptive_counter_bits 

Source
pub const fn adaptive_counter_bits(value: u16, backoff: u16) -> u16
Expand description

Encode an adaptive counter as (value << 4) | backoff.