usbx
UX_PCI_CFG_DATA_ADDRESS
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_PCI_CFG_DATA_ADDRESS
UX_PCI_CFG_DATA_ADDRESS macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:1554
#define
UX_PCI_CFG_DATA_ADDRESS
0x0cfcu
Examples
References
from
examples
Code
Location
#define
UX_PCI_CFG_DATA_ADDRESS
0x0cfcu
ux_api.h:1554
return
(
inpl
(
UX_PCI_CFG_DATA_ADDRESS
)
)
;
ux_utility_pci_read.c:103
return
(
(
USHORT
)
(
inpw
(
UX_PCI_CFG_DATA_ADDRESS
)
)
)
;
ux_utility_pci_read.c:111
return
(
(
ULONG
)
(
inpb
(
UX_PCI_CFG_DATA_ADDRESS
)
)
)
;
ux_utility_pci_read.c:119
outpl
(
UX_PCI_CFG_DATA_ADDRESS
,
value
)
;
ux_utility_pci_write.c:103
outpw
(
UX_PCI_CFG_DATA_ADDRESS
+
(
offset
&
2
)
,
(
USHORT
)
value
)
;
ux_utility_pci_write.c:112
outpb
(
UX_PCI_CFG_DATA_ADDRESS
+
(
offset
&
3
)
,
(
UCHAR
)
value
)
;
ux_utility_pci_write.c:121
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out