import { n as AutoAdjustFreqConfigModeEnum } from "./AutoAdjustFreqConfigMode-DPsYg_Ef.cjs"; import { n as AutoAdjustFreqTypeEnum } from "./AutoAdjustFreqType-CzMKtpHt.cjs"; import { n as ChipTypeEnum } from "./ChipType-beuV7YtL.cjs"; import * as t from "io-ts"; //#region generated/ChipMBI5850AutoRefreshRataParam.d.ts declare const ChipMBI5850AutoRefreshRataParamBase: t.IntersectionC<[t.IntersectionC<[t.TypeC<{ ChipAutoRefreshRateParamList: t.ArrayC; RefreshRateParam: t.PartialC<{ IsSetLowEffectGamma: t.Type; }>; IsConfigCurrentField: t.Type; }>>; }>, t.PartialC<{ ScanCount: t.Type; ConfigMode: t.Type; }>]>, t.PartialC<{ ChipType: t.Type; ChipLibVersion: t.Type; ConfigMode: t.Type; AutoAdjustParamAddress: t.Type; AutoAdjustParamDataLen: t.Type; }>]>; /** * Codec for {@link ChipMBI5850AutoRefreshRataParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipMBI5850.decompiled.cs:49 */ declare const ChipMBI5850AutoRefreshRataParam: t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{ ChipAutoRefreshRateParamList: t.ArrayC; RefreshRateParam: t.PartialC<{ IsSetLowEffectGamma: t.Type; }>; IsConfigCurrentField: t.Type; }>>; }>, t.PartialC<{ ScanCount: t.Type; ConfigMode: t.Type; }>]>, t.PartialC<{ ChipType: t.Type; ChipLibVersion: t.Type; ConfigMode: t.Type; AutoAdjustParamAddress: t.Type; AutoAdjustParamDataLen: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5850AutoRefreshRataParam">; }>]>; interface ChipMBI5850AutoRefreshRataParam extends t.TypeOf { ChipType?: ChipTypeEnum; ConfigMode?: AutoAdjustFreqConfigModeEnum; } //#endregion export { ChipMBI5850AutoRefreshRataParamBase as n, ChipMBI5850AutoRefreshRataParam as t }; //# sourceMappingURL=ChipMBI5850AutoRefreshRataParam-CWTWfCZy.d.cts.map