代码搜索:ARM

找到约 10,000 项符合「ARM」的源代码

代码结果 10,000
www.eeworm.com/read/262748/4309909

h arm_comm.h

/*************************************************************************** ** ** Common definition for IAR EW ARM ** ** Used with ARM IAR C/C++ Compiler and Assembler. ** ** (c)
www.eeworm.com/read/262041/4317783

c pio_arm.c

/* * pio_arm.c * * Support the basic ability to configure and set/clear * the GPIO pins of the SA-1110 / SA-1100. * * by Nick Patavalis (npat@inaccessnetworks.com) * * General notice
www.eeworm.com/read/262041/4317786

c gdbregs_arm.c

#define CPU_PC_REG "PC" /* List of the register names for the ARM in the order they * are expected by the GDB 'g' command (read all registers). * R13=SP, R14=LR */ static char *gdb_regtbl[]
www.eeworm.com/read/262041/4317787

c misc_arm.c

/* * Set the Current Program Status Register. * old way assumed argument was in R0: * asm(" msr CPSR_c, r0"); */ void putpsr(unsigned long psr) { volatile unsigned register reg;
www.eeworm.com/read/262041/4317788

c dis_arm.c

/* * dis_arm.c * * ARM disassembler. * * by Nick Patavalis (npat@inaccessnetworks.com) * * General notice: * This code is part of a boot-monitor package developed as a generic base
www.eeworm.com/read/262041/4317793

s vectors_arm.s

/* * General notice: * This code is part of a boot-monitor package developed as a generic base * platform for embedded system designs. As such, it is likely to be * distributed to various pro
www.eeworm.com/read/262041/4317794

c strace_arm.c

/* strace.c: * * General notice: * This code is part of a boot-monitor package developed as a generic base * platform for embedded system designs. As such, it is likely to be * distributed
www.eeworm.com/read/262041/4317799

c except_arm.c

/* * except.c: * * This code handles exceptions that are caught by the exception * vectors installed by the monitor. These exception vectors look for * user-installed exception handlers and
www.eeworm.com/read/262041/4317800

h misc_arm.h

extern void putpsr(unsigned long psr); extern unsigned long getpsr(void); extern unsigned long getsp(void);
www.eeworm.com/read/262041/4317802

c regs_arm.c

static char *regnames[] = { "R0", "R1", "R2", "R3", "R4", "R5", "R6", "R7", "R8", "R9", "R10", "R11", "R12", "SP", "LR", "PC", "CPSR" };