Constant esp_idf_hal::delay::BLOCK

source ·
pub const BLOCK: TickType_t = 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.