import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import * as t from "io-ts"; //#region generated/ChipFM7239DecodeParam.d.ts declare const ChipFM7239DecodeParamBase: t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.PartialC<{ DecodeParamScan: t.Type; Registor_D0: t.Type; Registor_D1: t.Type; Registor_D2: t.Type; Registor_D3: t.Type; Registor_D4: t.Type; Registor_D5: t.Type; Registor_D6: t.Type; Registor_D7: t.Type; DecodeChipType: t.Type; IsNewDecodeType: t.Type; LineBlankPattern: t.Type; LinePullDownVoltage: t.Type; LinePullUpVoltage: t.Type; LinePullDownPattern: t.Type; LineChannelOutputPattern: t.Type; LineRisingEdgeSlower: t.Type; OpenOCP: t.Type; BlankTime: t.Type; StartScan4: t.Type; StartScan3: t.Type; StartScan2: t.Type; StartScan1: t.Type; SpecialDataLen: t.Type; SpecialRegisterAddr: t.Type; }>]>; /** * Codec for {@link ChipFM7239DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_FM7239.decompiled.cs:35 */ declare const ChipFM7239DecodeParam: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.PartialC<{ DecodeParamScan: t.Type; Registor_D0: t.Type; Registor_D1: t.Type; Registor_D2: t.Type; Registor_D3: t.Type; Registor_D4: t.Type; Registor_D5: t.Type; Registor_D6: t.Type; Registor_D7: t.Type; DecodeChipType: t.Type; IsNewDecodeType: t.Type; LineBlankPattern: t.Type; LinePullDownVoltage: t.Type; LinePullUpVoltage: t.Type; LinePullDownPattern: t.Type; LineChannelOutputPattern: t.Type; LineRisingEdgeSlower: t.Type; OpenOCP: t.Type; BlankTime: t.Type; StartScan4: t.Type; StartScan3: t.Type; StartScan2: t.Type; StartScan1: t.Type; SpecialDataLen: t.Type; SpecialRegisterAddr: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM7239DecodeParam">; }>]>; interface ChipFM7239DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipFM7239DecodeParamBase as n, ChipFM7239DecodeParam as t }; //# sourceMappingURL=ChipFM7239DecodeParam-CBwNcBFf.d.mts.map