pub const TICK_RATE_HZ: u32 = configTICK_RATE_HZ; // 100u32
Expand description

The configured OS tick rate in Hz. There are TICK_RATE_HZ number of TickType ticks per second.