SysPciGetCardInfo (FUN) ¶ FUNCTION SysPciGetCardInfo : POINTER TO PCI_INFO InOut: Scope Name Type Return SysPciGetCardInfo POINTER TO PCI_INFO Input usVendorId WORD usDeviceId WORD usCardIndex WORD
extern30 ¶ Constants (GVL) GVL (GVL) SysPciGetCardInfo30 (Function)
Constants (GVL) ¶ InOut: Scope Name Type Initial Constant PCI_ERR_OK UDINT 0 PCI_MAX_BUSSES DINT 8 PCI_MAX_DEVICES DINT 32 PCI_MAX_FUNCTIONS DINT 8 PCI_MAX_INFO DINT (PCI_MAX_BUSSES * PCI_MAX_DEVICES)
SysInt Library Documentation ¶ Company System Title SysInt Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysInt Description 1 ¶ SysLib for Interrupt Handling Contents: ¶ BusSpecific (Union) BusTypes (GVL) ClassIds (GVL) ISysInt (Alias) InterfaceIds (GVL) InterruptModes (GVL) IsaInterrupt (Struct) PciInterrupt (Struct) SYS_INT_DESCRIPTION (Struct) SysIntClose (Function) SysIntDisable (Function) SysIntDisableAll (Function) SysIntEnable (Function) SysIntEnableAll (Function) SysIntLevel (Function) SysIntOpen (Function) SysIntOpenByName (Function) SysIntRegister (Function) SysIntUnregister (Function) Indices and tables ¶ 1 Based on SysInt.library, last modified 20.04.2021, 16:04:17. LibDoc 4.4.0.0-b.27 The content file SysInt.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:04:17.
BusTypes (GVL) ¶ <category>Bus types</category> <description><p>Architecture specific bus types</p></description> InOut: Scope Name Type Initial Constant BT_Internal UDINT 0 BT_ISA UDINT 1 BT_EISA UDINT 2 BT_PCI UDINT 3 BT_VME UDINT 4 BT_PCMCIA UDINT 5 BT_ProcessorInternal UDINT 6 BT_MaxType UDINT 7
BusSpecific (UNION) ¶ TYPE BusSpecific : UNION <category>Bus specific</category> <description><p> Bus specific interrupt description </p></description> InOut: Name Type Comment pciInterrupt PciInterrupt <param name=”pciInterrupt”>PCI interrupt</param> isaInterrupt IsaInterrupt <param name=”isaInterrupt”>ISA interrupt</param>
ClassIds (GVL) ¶ <category>ClassID</category> InOut: Scope Name Type Initial Constant CLASSID_CSysInt UDINT 16#106
ISysInt (ALIAS) ¶ TYPE ISysInt : ISysIntIEC
InterfaceIds (GVL) ¶ <category>InterfaceID</category> InOut: Scope Name Type Initial Constant ITFID_ISysInt UDINT 16#106
InterruptModes (GVL) ¶ <category>Interrupt modes</category> InOut: Scope Name Type Initial Constant IM_LevelSensitive UDINT 0 IM_Latched UDINT 1