LED_Display() is only used within CAN_Networking.
 
Symbols
loading...
Files
loading...

LED_Display() function

Turns ON/OFF the dedicated LED.

Syntax

static void LED_Display(uint8_t LedStatus);
Implemented in main.c:288

Arguments

LedStatus

LED number from 0 to 3

Return value

None

References

LocationReferrerText
main.c:288
void LED_Display(uint8_t LedStatus)
main.c:51
static void LED_Display(uint8_t LedStatus);
main.c:97main()
LED_Display(++ubKeyNumber);
main.c:278HAL_CAN_RxFifo0MsgPendingCallback()
LED_Display(RxData[0]);

Call Tree

Functions calling LED_Display()
Functions called by LED_Display()
LED_Display()
all items filtered out
Data read by LED_Display()
LED_Display()::LedStatus
all items filtered out
LED_Display()