usbx
+
0
/1 examples
SourceVu will show references to
NX_ETHERNET_SIZE
from the following samples and libraries:
Libraries
netxduo
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
NX_ETHERNET_SIZE
NX_ETHERNET_SIZE macro
Syntax
Show:
Summary
Declaration
from
ux_network_driver.h:74
#define
NX_ETHERNET_SIZE
14
Examples
NX_ETHERNET_SIZE
is referenced by 1 libraries and example projects:
Libraries
netxduo
References
from
0/1
examples
Code
Location
#define
NX_ETHERNET_SIZE
14
ux_network_driver.h:74
nx_interface_ptr
->
nx_interface_ip_mtu_size
=
NX_ETHERNET_MTU
-
NX_ETHERNET_SIZE
;
ux_network_driver.c:505
packet_ptr
->
nx_packet_prepend_ptr
=
packet_ptr
->
nx_packet_prepend_ptr
-
NX_ETHERNET_SIZE
;
ux_network_driver.c:587
packet_ptr
->
nx_packet_length
=
packet_ptr
->
nx_packet_length
+
NX_ETHERNET_SIZE
;
ux_network_driver.c:590
packet_ptr
->
nx_packet_prepend_ptr
=
packet_ptr
->
nx_packet_prepend_ptr
+
NX_ETHERNET_SIZE
;
ux_network_driver.c:808
packet_ptr
->
nx_packet_length
=
packet_ptr
->
nx_packet_length
-
NX_ETHERNET_SIZE
;
ux_network_driver.c:811
packet_ptr
->
nx_packet_prepend_ptr
=
packet_ptr
->
nx_packet_prepend_ptr
+
NX_ETHERNET_SIZE
;
ux_network_driver.c:821
packet_ptr
->
nx_packet_length
=
packet_ptr
->
nx_packet_length
-
NX_ETHERNET_SIZE
;
ux_network_driver.c:824
packet_ptr
->
nx_packet_prepend_ptr
+
NX_ETHERNET_SIZE
;
ux_network_driver.c:835
packet_ptr
->
nx_packet_length
-
NX_ETHERNET_SIZE
;
ux_network_driver.c:839
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out