netxduo
NX_DRIVER_ETHERNET_HEADER_REMOVE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (2/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_DRIVER_ETHERNET_HEADER_REMOVE
NX_DRIVER_ETHERNET_HEADER_REMOVE macro
Syntax
Show:
Summary
Declaration
from
nx_stm32_eth_driver.h:72
#define
NX_DRIVER_ETHERNET_HEADER_REMOVE
(
p
)
\
{
\
p
->
nx_packet_prepend_ptr
=
p
->
nx_packet_prepend_ptr
+
NX_DRIVER_ETHERNET_FRAME_SIZE
;
\
p
->
nx_packet_length
=
p
->
nx_packet_length
-
NX_DRIVER_ETHERNET_FRAME_SIZE
;
\
}
Arguments
Argument
p
Examples
References
from
examples
Code
Location
#define
NX_DRIVER_ETHERNET_HEADER_REMOVE
(
p
)
\
nx_stm32_eth_driver.h:72
NX_DRIVER_ETHERNET_HEADER_REMOVE
(
packet_ptr
)
;
nx_stm32_eth_driver.c:796
NX_DRIVER_ETHERNET_HEADER_REMOVE
(
packet_ptr
)
;
nx_stm32_eth_driver.c:816
NX_DRIVER_ETHERNET_HEADER_REMOVE
(
release_packet
)
;
nx_stm32_eth_driver.c:1859
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