usbx
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
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_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE macro
Syntax
Show:
Summary
Declaration
from
ux_device_class_cdc_ecm.h:120
#define
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
14
Examples
References
from
examples
Code
Location
#define
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
14
ux_device_class_cdc_ecm.h:120
current_packet
->
nx_packet_prepend_ptr
=
current_packet
->
nx_packet_prepend_ptr
+
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
;
ux_device_class_cdc_ecm_bulkin_thread.c:189
current_packet
->
nx_packet_length
=
current_packet
->
nx_packet_length
-
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
;
ux_device_class_cdc_ecm_bulkin_thread.c:190
current_packet
->
nx_packet_prepend_ptr
=
current_packet
->
nx_packet_prepend_ptr
+
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
;
ux_device_class_cdc_ecm_bulkin_thread.c:218
current_packet
->
nx_packet_length
=
current_packet
->
nx_packet_length
-
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
;
ux_device_class_cdc_ecm_bulkin_thread.c:219
ip_given_length
=
_ux_utility_short_get_big_endian
(
packet
->
nx_packet_prepend_ptr
+
16
)
+
UX_DEVICE_CLASS_CDC_ECM_ETHERNET_SIZE
;
ux_device_class_cdc_ecm_bulkout_thread.c:158
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