Home
last modified time | relevance | path

Searched refs:Led1 (Results 1 – 25 of 39) sorted by relevance

12

/loramac-node-latest/src/apps/tx-cw/NAMote72/
Dmain.c87 extern Gpio_t Led1;
143 GpioWrite( &Led1, 0 ); in main()
160 GpioWrite( &Led1, 1 ); in main()
184 GpioWrite( &Led1, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/NucleoL073/
Dmain.c99 extern Gpio_t Led1;
143 GpioWrite( &Led1, 0 ); in main()
165 GpioWrite( &Led1, 1 ); in main()
178 GpioWrite( &Led1, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/NucleoL152/
Dmain.c99 extern Gpio_t Led1;
143 GpioWrite( &Led1, 0 ); in main()
165 GpioWrite( &Led1, 1 ); in main()
178 GpioWrite( &Led1, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/NucleoL476/
Dmain.c99 extern Gpio_t Led1;
143 GpioWrite( &Led1, 0 ); in main()
165 GpioWrite( &Led1, 1 ); in main()
178 GpioWrite( &Led1, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/B-L072Z-LRWAN1/
Dmain.c102 extern Gpio_t Led1;
158 GpioWrite( &Led1, 0 ); in main()
175 GpioWrite( &Led1, 1 ); in main()
199 GpioWrite( &Led1, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/SAMR34/
Dmain.c98 extern Gpio_t Led1;
131 GpioWrite( &Led1, 0 ); in main()
151 GpioWrite( &Led1, 1 ); in main()
/loramac-node-latest/src/apps/ping-pong/SAMR34/
Dmain.c139 extern Gpio_t Led1;
238 GpioWrite( &Led1, GpioRead( &Led1 ) ^ 1 ); in main()
272 GpioWrite( &Led1, GpioRead( &Led1 ) ^ 1 ); in main()
/loramac-node-latest/src/apps/ping-pong/B-L072Z-LRWAN1/
Dmain.c137 extern Gpio_t Led1;
234 GpioWrite( &Led1, GpioRead( &Led1 ) ^ 1 ); in main()
269 GpioWrite( &Led1, GpioRead( &Led1 ) ^ 1 ); in main()
/loramac-node-latest/src/apps/ping-pong/NAMote72/
Dmain.c130 extern Gpio_t Led1;
227 GpioWrite( &Led1, GpioRead( &Led1 ) ^ 1 ); in main()
262 GpioWrite( &Led1, GpioRead( &Led1 ) ^ 1 ); in main()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/
Dmain.c248 extern Gpio_t Led1; // Tx
390 GpioWrite( &Led1, 1 ); in OnRxData()
468 GpioWrite( &Led1, 0 ); in PrepareTxFrame()
553 GpioWrite( &Led1, 0 ); in OnLed1TimerEvent()
563 GpioWrite( &Led1, 0 ); in OnLed2TimerEvent()
571 GpioWrite( &Led1, 1 ); in OnLedBeaconTimerEvent()
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SAMR34/
Dmain.c271 extern Gpio_t Led1; // Rx
430 GpioWrite( &Led1, 1 ); in OnClassChange()
501 GpioWrite( &Led1, 0 ); in OnFragProgress()
518 GpioWrite( &Led1, 0 ); in OnFragDone()
532 GpioWrite( &Led1, 0 ); in OnFragDone()
665 GpioWrite( &Led1, 1 ); in OnLed1TimerEvent()
/loramac-node-latest/src/apps/rx-sensi/NAMote72/
Dmain.c106 extern Gpio_t Led1;
164 GpioWrite( &Led1, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/B-L072Z-LRWAN1/
Dmain.c113 extern Gpio_t Led1;
171 GpioWrite( &Led1, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/SAMR34/
Dmain.c115 extern Gpio_t Led1;
176 GpioWrite( &Led1, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/NucleoL073/
Dmain.c113 extern Gpio_t Led1;
176 GpioWrite( &Led1, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/NucleoL152/
Dmain.c113 extern Gpio_t Led1;
176 GpioWrite( &Led1, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/NucleoL476/
Dmain.c113 extern Gpio_t Led1;
176 GpioWrite( &Led1, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/ping-pong/NucleoL073/
Dmain.c137 extern Gpio_t Led1;
234 GpioToggle( &Led1 ); in main()
269 GpioToggle( &Led1 ); in main()
/loramac-node-latest/src/apps/ping-pong/NucleoL152/
Dmain.c137 extern Gpio_t Led1;
234 GpioToggle( &Led1 ); in main()
269 GpioToggle( &Led1 ); in main()
/loramac-node-latest/src/apps/ping-pong/NucleoL476/
Dmain.c137 extern Gpio_t Led1;
234 GpioToggle( &Led1 ); in main()
269 GpioToggle( &Led1 ); in main()
/loramac-node-latest/src/boards/SAMR34/
Dboard.c49 Gpio_t Led1; variable
71 GpioInit( &Led1, LED_1, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in BoardInitPeriph()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dboard.c48 Gpio_t Led1; variable
115 GpioInit( &Led1, LED_1, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in BoardInitMcu()
132 GpioWrite( &Led1, 0 ); in BoardInitMcu()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c248 extern Gpio_t Led1; // Tx
466 GpioWrite( &Led1, 1 ); in PrepareTxFrame()
551 GpioWrite( &Led1, 0 ); in OnLed1TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c248 extern Gpio_t Led1; // Tx
466 GpioWrite( &Led1, 1 ); in PrepareTxFrame()
551 GpioWrite( &Led1, 0 ); in OnLed1TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c248 extern Gpio_t Led1; // Tx
466 GpioWrite( &Led1, 1 ); in PrepareTxFrame()
551 GpioWrite( &Led1, 0 ); in OnLed1TimerEvent()

12