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/ChipFM6565CEAutoRefreshRataParam.d.ts declare const ChipFM6565CEAutoRefreshRataParamBase: 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 ChipFM6565CEAutoRefreshRataParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6565CE.decompiled.cs:1224 */ declare const ChipFM6565CEAutoRefreshRataParam: 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<"ChipFM6565CEAutoRefreshRataParam">; }>]>; interface ChipFM6565CEAutoRefreshRataParam extends t.TypeOf { ChipType?: ChipTypeEnum; ConfigMode?: AutoAdjustFreqConfigModeEnum; } //#endregion export { ChipFM6565CEAutoRefreshRataParamBase as n, ChipFM6565CEAutoRefreshRataParam as t }; //# sourceMappingURL=ChipFM6565CEAutoRefreshRataParam-CzO3vtBt.d.cts.map