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/ChipICND2169AutoRefreshRataParam.d.ts declare const ChipICND2169AutoRefreshRataParamBase: 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 ChipICND2169AutoRefreshRataParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2169.decompiled.cs:4778 */ declare const ChipICND2169AutoRefreshRataParam: 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<"ChipICND2169AutoRefreshRataParam">; }>]>; interface ChipICND2169AutoRefreshRataParam extends t.TypeOf { ChipType?: ChipTypeEnum; ConfigMode?: AutoAdjustFreqConfigModeEnum; } //#endregion export { ChipICND2169AutoRefreshRataParamBase as n, ChipICND2169AutoRefreshRataParam as t }; //# sourceMappingURL=ChipICND2169AutoRefreshRataParam-Cnll7-Hh.d.mts.map