Difference between revisions of "Unit PCI"
From Ultibo.org
| Line 20: | Line 20: | ||
---- | ---- | ||
| − | '' | + | |
| + | '''PCI logging'' | ||
| + | |||
| + | {| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;" | ||
| + | |- | ||
| + | | <code>PCI_DEFAULT_LOG_LEVEL:LongWord = PCI_LOG_LEVEL_DEBUG;</code> | ||
| + | | style="width: 40%;"|Minimum level for PCI messages. Only messages with level greater than or equal to this will be printed. | ||
| + | |- | ||
| + | |} | ||
| + | {| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;" | ||
| + | |- | ||
| + | | <code>PCI_LOG_ENABLED:Boolean;</code> | ||
| + | | style="width: 40%;"| | ||
| + | |- | ||
| + | |} | ||
| + | <br /> | ||
=== Function declarations === | === Function declarations === | ||
Revision as of 05:22, 19 June 2021
Return to Unit Reference
Description
Ultibo PCI/PCIe interface unit
Constants
To be documented
Type definitions
To be documented
Public variables
'PCI logging
PCI_DEFAULT_LOG_LEVEL:LongWord = PCI_LOG_LEVEL_DEBUG;
|
Minimum level for PCI messages. Only messages with level greater than or equal to this will be printed. |
PCI_LOG_ENABLED:Boolean;
|
Function declarations
To be documented
Return to Unit Reference