NX_DRIVER_ETHERNET_FRAME_SIZE is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_DRIVER_ETHERNET_FRAME_SIZE

NX_DRIVER_ETHERNET_FRAME_SIZE macro

Syntax

#define NX_DRIVER_ETHERNET_FRAME_SIZE 14

References

LocationText
nx_stm32_eth_driver.h:58
#define NX_DRIVER_ETHERNET_FRAME_SIZE 14
nx_stm32_eth_driver.c:407
interface_ptr -> nx_interface_ip_mtu_size = NX_DRIVER_ETHERNET_MTU - NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:739
packet_ptr -> nx_packet_prepend_ptr - NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:742
packet_ptr -> nx_packet_length = packet_ptr -> nx_packet_length + NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:1302
packet_ptr -> nx_packet_prepend_ptr += NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:1305
packet_ptr -> nx_packet_length -= NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:1314
packet_ptr -> nx_packet_prepend_ptr += NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:1317
packet_ptr -> nx_packet_length -= NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:1326
packet_ptr -> nx_packet_prepend_ptr += NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.c:1329
packet_ptr -> nx_packet_length -= NX_DRIVER_ETHERNET_FRAME_SIZE;
nx_stm32_eth_driver.h:74
p -> nx_packet_prepend_ptr = p -> nx_packet_prepend_ptr + NX_DRIVER_ETHERNET_FRAME_SIZE; \
nx_stm32_eth_driver.h:75
p -> nx_packet_length = p -> nx_packet_length - NX_DRIVER_ETHERNET_FRAME_SIZE; \