#include <chip/portmux.h>


Go to the source code of this file.
Enumerations | |
| enum | board_led_id |
| Connection of on-board LEDs. More... | |
Functions | |
| static void | led_activate (enum board_led_id id) |
| Turn LED id on. | |
| static void | led_deactivate (enum board_led_id id) |
| Turn LED id off. | |
Please don't include this file directly. Use <led.h> instead.
Definition in file led.h.
| enum board_led_id |
| static void led_activate | ( | enum board_led_id | id | ) | [inline, static] |
Turn LED id on.
Definition at line 59 of file led.h.
References gpio_set_value().

| static void led_deactivate | ( | enum board_led_id | id | ) | [inline, static] |
Turn LED id off.
Definition at line 67 of file led.h.
References gpio_set_value().
Referenced by led_blink_start().

1.5.8