pub const MAX_MODE_MATCHES_PER_CLIENT: u32 = 0;
Expand description

Maximum number of ModeMatch entries that a ClientConfig may contain.

This value should be set equal to the number of SystemMode variants, as that is the number of entries required to support the “worst case” client configuration (“worst case” means a configuration where a mode match entry is needed for each of the supported power modes).