NX_DRIVER_ETHERNET_HEADER_REMOVE is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_DRIVER_ETHERNET_HEADER_REMOVE

NX_DRIVER_ETHERNET_HEADER_REMOVE macro

Syntax

#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

p

References

LocationText
nx_stm32_eth_driver.h:72
#define NX_DRIVER_ETHERNET_HEADER_REMOVE(p) \
nx_stm32_eth_driver.c:796
NX_DRIVER_ETHERNET_HEADER_REMOVE(packet_ptr);
nx_stm32_eth_driver.c:816
NX_DRIVER_ETHERNET_HEADER_REMOVE(packet_ptr);
nx_stm32_eth_driver.c:1859
NX_DRIVER_ETHERNET_HEADER_REMOVE(release_packet);