44 #include "mxc_assert.h" 67 extern const unsigned int num_leds;
82 void LED_On(
unsigned int idx);;
Structure type for configuring a GPIO port.
Definition: gpio.h:138
void LED_Toggle(unsigned int idx)
Toggle the state of the specified LED.
void LED_On(unsigned int idx)
Turn the specified LED on.
int LED_Init(void)
Initialize all LED pins.
void LED_Off(unsigned int idx)
Turn the specified LED off.