pub const TICK_RATE_HZ: u32 = configTICK_RATE_HZ; // 100u32Expand description
The configured OS tick rate in Hz. There are TICK_RATE_HZ number of TickType ticks per second.
pub const TICK_RATE_HZ: u32 = configTICK_RATE_HZ; // 100u32The configured OS tick rate in Hz. There are TICK_RATE_HZ number of TickType ticks per second.