mFrame
載入中...
搜尋中...
無符合項目
Safe

Configuration Function:

bool safe_configure_lpr_override(LowPowerRequestOutputOverride override) {
if (override == LowPowerRequestOutputOverride::RESERVED) {
log_error("Attempted to use reserved LPR override value");
return false;
}
// Proceed with valid configuration
configure_lpr_override(override);
return true;
}