pub const BLOCK: TickType_t = TickType_t::MAX; // 4_294_967_295u32Expand description
Sentinel value used as “maximum delay” or “maximum blocking” marker.
This value is also used for representing Option<Duration> being None
when converting to/from TickType.