Searched refs:INTERVAL (Results 1 – 2 of 2) sorted by relevance
10 const INTERVAL: Duration = Duration::from_millis(10); in test_generator_interceptor() constant14 .with_interval(INTERVAL) in test_generator_interceptor()48 tokio::time::sleep(INTERVAL * 2).await; // wait for at least 2 nack packets in test_generator_interceptor()
87 const INTERVAL: u32 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u32; in test_serial_number_arithmetic32bit() constant92 let s1 = i * INTERVAL; in test_serial_number_arithmetic32bit()167 const INTERVAL: u16 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u16; in test_serial_number_arithmetic16bit() constant172 let s1 = i * INTERVAL; in test_serial_number_arithmetic16bit()