Constant esp_idf_svc::hal::delay::BLOCK

source ·
pub const BLOCK: u32 = TickType_t::MAX; // 4_294_967_295u32
Expand 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.