Searched refs:AppLedStateOn (Results 1 – 9 of 9) sorted by relevance
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/ |
D | main.c | 133 static bool AppLedStateOn = false; variable 384 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 385 GpioWrite( &Led3, ( ( AppLedStateOn & 0x01 ) != 0 ) ? 1 : 0 ); in OnRxData() 481 CayenneLppAddDigitalInput( 0, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 395 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 396 GpioWrite( &Led4, ( ( AppLedStateOn & 0x01 ) != 0 ) ? 1 : 0 ); in OnRxData() 473 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 381 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 382 GpioWrite( &Led3, ( ( AppLedStateOn & 0x01 ) != 0 ) ? 1 : 0 ); in OnRxData() 470 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 381 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 382 GpioWrite( &Led3, ( ( AppLedStateOn & 0x01 ) != 0 ) ? 1 : 0 ); in OnRxData() 470 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 381 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 382 GpioWrite( &Led3, ( ( AppLedStateOn & 0x01 ) != 0 ) ? 1 : 0 ); in OnRxData() 470 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 380 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 457 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 380 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 457 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 380 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 457 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/ |
D | main.c | 130 static bool AppLedStateOn = false; variable 382 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData() 459 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()
|