Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/cellular_modem/src/
Dmain.c21 #define SAMPLE_TEST_PACKET_SIZE (1024) macro
27 static uint8_t sample_test_packet[SAMPLE_TEST_PACKET_SIZE];
28 static uint8_t sample_recv_buffer[SAMPLE_TEST_PACKET_SIZE];
267 ((SAMPLE_TEST_PACKET_SIZE * SAMPLE_TEST_TRANSMIT_PACKETS) * 1000) / in sample_transmit_packets()