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