Searched refs:BUFFER_SIZE (Results 1 – 9 of 9) sorted by relevance
/loramac-node-latest/src/apps/ping-pong/NucleoL073/ |
D | main.c | 116 #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/ |
D | main.c | 116 #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/ |
D | main.c | 118 #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/ |
D | main.c | 108 #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/ |
D | main.c | 108 #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/ |
D | main.c | 116 #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/ |
D | main.c | 108 #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/ |
D | main.c | 116 #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/ |
D | main.c | 109 #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()
|