Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/ping-pong/NucleoL073/
Dmain.c116 #define BUFFER_SIZE 64 // Define the payload size here macro
121 uint16_t BufferSize = BUFFER_SIZE;
122 uint8_t Buffer[BUFFER_SIZE];
200 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
214 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/NucleoL152/
Dmain.c116 #define BUFFER_SIZE 64 // Define the payload size here macro
121 uint16_t BufferSize = BUFFER_SIZE;
122 uint8_t Buffer[BUFFER_SIZE];
200 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
214 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/SAMR34/
Dmain.c118 #define BUFFER_SIZE 64 // Define the payload size here macro
123 uint16_t BufferSize = BUFFER_SIZE;
124 uint8_t Buffer[BUFFER_SIZE];
201 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
215 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/SKiM881AXL/
Dmain.c108 #define BUFFER_SIZE 64 // Define the payload size here macro
113 uint16_t BufferSize = BUFFER_SIZE;
114 uint8_t Buffer[BUFFER_SIZE];
192 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
206 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/SKiM980A/
Dmain.c108 #define BUFFER_SIZE 64 // Define the payload size here macro
113 uint16_t BufferSize = BUFFER_SIZE;
114 uint8_t Buffer[BUFFER_SIZE];
192 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
206 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/NucleoL476/
Dmain.c116 #define BUFFER_SIZE 64 // Define the payload size here macro
121 uint16_t BufferSize = BUFFER_SIZE;
122 uint8_t Buffer[BUFFER_SIZE];
200 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
214 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/SKiM880B/
Dmain.c108 #define BUFFER_SIZE 64 // Define the payload size here macro
113 uint16_t BufferSize = BUFFER_SIZE;
114 uint8_t Buffer[BUFFER_SIZE];
192 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
206 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/B-L072Z-LRWAN1/
Dmain.c116 #define BUFFER_SIZE 64 // Define the payload size here macro
121 uint16_t BufferSize = BUFFER_SIZE;
122 uint8_t Buffer[BUFFER_SIZE];
200 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
214 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()
/loramac-node-latest/src/apps/ping-pong/NAMote72/
Dmain.c109 #define BUFFER_SIZE 64 // Define the payload size here macro
114 uint16_t BufferSize = BUFFER_SIZE;
115 uint8_t Buffer[BUFFER_SIZE];
193 Radio.SetMaxPayloadLength( MODEM_LORA, BUFFER_SIZE ); in main()
207 Radio.SetMaxPayloadLength( MODEM_FSK, BUFFER_SIZE ); in main()