import { n as AutoAdjustFreqConfigModeEnum } from "./AutoAdjustFreqConfigMode-796SQu8Y.mjs"; import { n as AutoAdjustFreqTypeEnum } from "./AutoAdjustFreqType-ybJACMzd.mjs"; import { n as ChipTypeEnum } from "./ChipType-BtdAb65b.mjs"; import * as t from "io-ts"; //#region generated/ChipICND2168AutoRefreshRataParam.d.ts declare const ChipICND2168AutoRefreshRataParamBase: 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 ChipICND2168AutoRefreshRataParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2168.decompiled.cs:1859 */ declare const ChipICND2168AutoRefreshRataParam: 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<"ChipICND2168AutoRefreshRataParam">; }>]>; interface ChipICND2168AutoRefreshRataParam extends t.TypeOf { ChipType?: ChipTypeEnum; ConfigMode?: AutoAdjustFreqConfigModeEnum; } //#endregion export { ChipICND2168AutoRefreshRataParamBase as n, ChipICND2168AutoRefreshRataParam as t }; //# sourceMappingURL=ChipICND2168AutoRefreshRataParam-BGtfLRCP.d.mts.map