#include <asm/pio-regs.h>
#include <asm/cpu-regs.h>
#include <asm/exceptions.h>
Go to the source code of this file.
#define ASB2305_7SEGLEDS __SYSREG(0xA6F90000, u32) |
#define mn10300_set_dbfleds |
Value:
Definition at line 32 of file leds.h.
#define mn10300_set_gdbleds |
( |
|
ONOFF | ) |
|
Value:do { \
ASB2305_7SEGLEDS = (ONOFF) ? 0x8543077f : 0x7f7f7f7f; \
} while (0)
Definition at line 37 of file leds.h.
#define mn10300_unit_hard_reset |
( |
| ) |
|
Value:do { \
P0OUT &= 0xbf; \
P0MD = (P0MD & P0MD_6) | P0MD_6_OUT; \
} while (0)
Definition at line 22 of file leds.h.
void peripheral_leds7x4_display_dec |
( |
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
void peripheral_leds7x4_display_hex |
( |
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
void peripheral_leds7x4_display_minssecs |
( |
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
void peripheral_leds7x4_display_rtc |
( |
void |
| ) |
|
void peripheral_leds_display_exception |
( |
enum |
exception_code | ) |
|