Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c133 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/
Dmain.c130 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/
Dmain.c130 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/
Dmain.c130 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/
Dmain.c130 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/
Dmain.c130 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/
Dmain.c130 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/
Dmain.c130 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/
Dmain.c130 static bool AppLedStateOn = false; variable
382 AppLedStateOn = appData->Buffer[0] & 0x01; in OnRxData()
459 CayenneLppAddDigitalInput( channel++, AppLedStateOn ); in PrepareTxFrame()