Home
last modified time | relevance | path

Searched refs:Led4 (Results 1 – 21 of 21) sorted by relevance

/loramac-node-latest/src/apps/tx-cw/SKiM880B/
Dmain.c86 extern Gpio_t Led4;
142 GpioWrite( &Led4, 0 ); in main()
159 GpioWrite( &Led4, 4 ); in main()
183 GpioWrite( &Led4, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/SKiM881AXL/
Dmain.c86 extern Gpio_t Led4;
142 GpioWrite( &Led4, 0 ); in main()
159 GpioWrite( &Led4, 4 ); in main()
183 GpioWrite( &Led4, 0 ); in main()
/loramac-node-latest/src/apps/tx-cw/SKiM980A/
Dmain.c86 extern Gpio_t Led4;
142 GpioWrite( &Led4, 0 ); in main()
159 GpioWrite( &Led4, 4 ); in main()
183 GpioWrite( &Led4, 0 ); in main()
/loramac-node-latest/src/apps/rx-sensi/SKiM880B/
Dmain.c105 extern Gpio_t Led4;
163 GpioWrite( &Led4, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/SKiM881AXL/
Dmain.c105 extern Gpio_t Led4;
163 GpioWrite( &Led4, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/rx-sensi/SKiM980A/
Dmain.c105 extern Gpio_t Led4;
163 GpioWrite( &Led4, ledState ); in OnRxDone()
/loramac-node-latest/src/apps/ping-pong/SKiM881AXL/
Dmain.c130 extern Gpio_t Led4;
226 GpioToggle( &Led4 ); in main()
261 GpioToggle( &Led4 ); in main()
/loramac-node-latest/src/apps/ping-pong/SKiM980A/
Dmain.c130 extern Gpio_t Led4;
226 GpioToggle( &Led4 ); in main()
261 GpioToggle( &Led4 ); in main()
/loramac-node-latest/src/apps/ping-pong/SKiM880B/
Dmain.c130 extern Gpio_t Led4;
226 GpioToggle( &Led4 ); in main()
261 GpioToggle( &Led4 ); in main()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dboard.c51 Gpio_t Led4; variable
118 GpioInit( &Led4, LED_4, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in BoardInitMcu()
135 GpioWrite( &Led4, 0 ); in BoardInitMcu()
/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c55 Gpio_t Led4; variable
121 GpioInit( &Led4, LED_4, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in BoardInitMcu()
139 GpioWrite( &Led4, 0 ); in BoardInitMcu()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/
Dmain.c248 extern Gpio_t Led4; // Tx
481 GpioWrite( &Led4, 1 ); in PrepareTxFrame()
566 GpioWrite( &Led4, 0 ); in OnLed4TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/
Dmain.c248 extern Gpio_t Led4; // Tx
481 GpioWrite( &Led4, 1 ); in PrepareTxFrame()
566 GpioWrite( &Led4, 0 ); in OnLed4TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/
Dmain.c248 extern Gpio_t Led4; // Tx
481 GpioWrite( &Led4, 1 ); in PrepareTxFrame()
566 GpioWrite( &Led4, 0 ); in OnLed4TimerEvent()
/loramac-node-latest/src/boards/SKiM980A/
Dboard.c55 Gpio_t Led4; variable
121 GpioInit( &Led4, LED_4, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in BoardInitMcu()
139 GpioWrite( &Led4, 0 ); in BoardInitMcu()
/loramac-node-latest/src/boards/SKiM880B/
Dboard.c55 Gpio_t Led4; variable
121 GpioInit( &Led4, LED_4, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in BoardInitMcu()
139 GpioWrite( &Led4, 0 ); in BoardInitMcu()
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM880B/
Dmain.c281 extern Gpio_t Led4; // Tx
633 GpioWrite( &Led4, 1 ); in UplinkProcess()
686 GpioWrite( &Led4, 0 ); in OnLed4TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/
Dmain.c281 extern Gpio_t Led4; // Tx
633 GpioWrite( &Led4, 1 ); in UplinkProcess()
686 GpioWrite( &Led4, 0 ); in OnLed4TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM980A/
Dmain.c281 extern Gpio_t Led4; // Tx
633 GpioWrite( &Led4, 1 ); in UplinkProcess()
686 GpioWrite( &Led4, 0 ); in OnLed4TimerEvent()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/
Dmain.c261 extern Gpio_t Led4; // App
396 GpioWrite( &Led4, ( ( AppLedStateOn & 0x01 ) != 0 ) ? 1 : 0 ); in OnRxData()
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/
Dmain.c304 extern Gpio_t Led4; // App