usbx
USB_NETWORK_DEVICE_MAX_INSTANCES
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
USB_NETWORK_DEVICE_MAX_INSTANCES
USB_NETWORK_DEVICE_MAX_INSTANCES macro
Syntax
Show:
Summary
Declaration
from
ux_network_driver.h:69
#define
USB_NETWORK_DEVICE_MAX_INSTANCES
8
Examples
References
from
examples
Code
Location
#define
USB_NETWORK_DEVICE_MAX_INSTANCES
8
ux_network_driver.h:69
static
USB_NETWORK_DEVICE_TYPE
usb_network_devices
[
USB_NETWORK_DEVICE_MAX_INSTANCES
]
;
ux_network_driver.c:32
for
(
i
=
0
;
i
<
USB_NETWORK_DEVICE_MAX_INSTANCES
;
i
++
)
ux_network_driver.c:166
if
(
i
==
USB_NETWORK_DEVICE_MAX_INSTANCES
)
ux_network_driver.c:184
for
(
i
=
0
;
i
<
USB_NETWORK_DEVICE_MAX_INSTANCES
;
i
++
)
ux_network_driver.c:456
if
(
i
==
USB_NETWORK_DEVICE_MAX_INSTANCES
)
ux_network_driver.c:466
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