130 extern void LED_On(U32 leds);
void LED_On(U32 leds)
Turns on the specified LEDs.
Definition: led.c:179
void LED_Set_Intensity(U32 leds, U8 intensity)
Sets the intensity of the specified LEDs.
Definition: led.c:284
U32 LED_Read_Display_Field(U32 field)
Gets as a bit-field the last state of the specified LEDs set through the LED API. ...
Definition: led.c:264
void LED_Off(U32 leds)
Turns off the specified LEDs.
Definition: led.c:208
void LED_Display_Mask(U32 mask, U32 leds)
Sets the state of the specified LEDs.
Definition: led.c:135
U32 LED_Read_Display(void)
Gets the last state of all LEDs set through the LED API.
Definition: led.c:89
void LED_Display_Field(U32 field, U32 leds)
Sets as a bit-field the state of the specified LEDs.
Definition: led.c:270
void LED_Display(U32 leds)
Sets the state of all LEDs.
Definition: led.c:95
U32 LED_Read_Display_Mask(U32 mask)
Gets the last state of the specified LEDs set through the LED API.
Definition: led.c:129
void LED_Toggle(U32 leds)
Toggles the specified LEDs.
Definition: led.c:236
U8 LED_Get_Intensity(U32 led)
Gets the intensity of the specified LED.
Definition: led.c:277
bool LED_Test(U32 leds)
Tests the last state of the specified LEDs set through the LED API.
Definition: led.c:172