#include "mcu_periph/gpio.h"
#include <libopencm3/stm32/gpio.h>
#include <libopencm3/stm32/rcc.h>
#include <BOARD_CONFIG>
#include "std.h"
Go to the source code of this file.
◆ _LED_EVAL
◆ LED_AFIO_REMAP
#define LED_AFIO_REMAP |
( |
|
i | ) |
_LED_EVAL(LED_ ## i ## _AFIO_REMAP) |
◆ LED_DISABLE
◆ LED_GPIO
#define LED_GPIO |
( |
|
i | ) |
_LED_EVAL(LED_ ## i ## _GPIO) |
◆ LED_GPIO_OFF
#define LED_GPIO_OFF |
( |
|
i | ) |
_LED_EVAL(LED_ ## i ## _GPIO_OFF) |
◆ LED_GPIO_ON
#define LED_GPIO_ON |
( |
|
i | ) |
_LED_EVAL(LED_ ## i ## _GPIO_ON) |
◆ LED_GPIO_PIN
#define LED_GPIO_PIN |
( |
|
i | ) |
_LED_EVAL(LED_ ## i ## _GPIO_PIN) |
◆ LED_INIT
Value: { \
LED_AFIO_REMAP(i); \
}
Definition at line 49 of file led_hw.h.
◆ LED_OFF
◆ LED_ON
◆ LED_PERIODIC
#define LED_PERIODIC |
( |
| ) |
{} |
◆ LED_TOGGLE