#include <BOARD_CONFIG>
#include "LPC21xx.h"
#include "std.h"
Go to the source code of this file.
| #define __LED_CLR |
( |
|
i | ) |
IO ## i ## CLR |
| #define __LED_DIR |
( |
|
i | ) |
IO ## i ## DIR |
| #define __LED_PIN_REG |
( |
|
i | ) |
IO ## i ## PIN |
| #define __LED_SET |
( |
|
i | ) |
IO ## i ## SET |
| #define LED_CLR |
( |
|
i | ) |
_LED_CLR(LED_ ## i ## _BANK) |
| #define LED_DIR |
( |
|
i | ) |
_LED_DIR(LED_ ## i ## _BANK) |
| #define LED_PERIODIC |
( |
| ) |
{} |
| #define LED_PIN |
( |
|
i | ) |
LED_ ## i ## _PIN |
| #define LED_SET |
( |
|
i | ) |
_LED_SET(LED_ ## i ## _BANK) |
Value:
}
if(PrimarySpektrumState.SpektrumTimer)
Definition at line 30 of file led_hw.h.