Home
last modified time | relevance | path

Searched refs:SAMPLE_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.4.1/samples/
Dmain.c55 #ifndef SAMPLE_PACKET_SIZE
56 #define SAMPLE_PACKET_SIZE (1536) macro
59 #define SAMPLE_POOL_SIZE ((SAMPLE_PACKET_SIZE + sizeof(NX_PACKET)) * SAMPLE_PACKET_C…
223 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", SAMPLE_PACKET_SIZE, in tx_application_define()