FreeCalypso > hg > freecalypso-sw
view target-utils/libcommon/cmd_dieid.c @ 1032:6e7dd5e52650
gsm-fw feature tch-reroute: B_PLAY_UL (uplink substitution) bug fixed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 01 Jun 2016 01:24:15 +0000 |
parents | 8387dcba945d |
children |
line wrap: on
line source
#include "types.h" void cmd_dieid() { u32 addr; for (addr = 0xFFFEF010; addr <= 0xFFFEF016; addr += 2) printf("%08X: %04X\n", addr, *(volatile u16 *)addr); }