代码搜索:ColdFire

找到约 2,074 项符合「ColdFire」的源代码

代码结果 2,074
www.eeworm.com/read/316872/3599609

h m523xsim.h

/****************************************************************************/ /* * m523xsim.h -- ColdFire 523x System Integration Module support. * * (C) Copyright 2003-2005, Greg Ungerer
www.eeworm.com/read/316872/3599748

h dbg.h

#define DEBUG 1 #ifdef CONFIG_COLDFIRE #define BREAK asm volatile ("halt") #else #define BREAK *(volatile unsigned char *)0xdeadbee0 = 0 #endif
www.eeworm.com/read/312645/3660854

h mcf5272_serial.h

#ifndef CYGONCE_MCF5272_SERIAL_H #define CYGONCE_MCF5272_SERIAL_H //========================================================================== // // devs/serial/coldfire/mcf5272/mcf5272_ser
www.eeworm.com/read/309810/3703991

h cfm_flash.h

/* * File: cfm_flash.h * Purpose: Flash driver for programming the ColdFire Flash Module * * Notes: Based on the SSD CFM driver * */ #ifndef _CFM_FLASH_H_ #define _CF
www.eeworm.com/read/309810/3704010

h mcf5202.h

/* * File: src/include/cpu/coldfire/mcf5202.h * Purpose: MCF5202 definitions * * Notes: This file automatically included. * * * Modifications: * */ #ifndef _CPU_M
www.eeworm.com/read/309810/3704014

h mcf5307.h

/* * File: src/include/cpu/coldfire/mcf5307.h * Purpose: MCF5307 definitions * * Notes: This file automatically included. * __MBAR must be defined in .h
www.eeworm.com/read/309810/3704161

h mcf5272.h

/* * File: src/include/cpu/coldfire/mcf5272.h * Purpose: MCF5272 definitions * * Notes: This file automatically included. * __MBAR must be defined in dbug/proj/
www.eeworm.com/read/309810/3704162

h mcf5204.h

/* * File: src/include/cpu/coldfire/mcf5204.h * Purpose: MCF5204 definitions * * Notes: This file automatically included. * * * Modifications: * */ #ifndef _CPU_M
www.eeworm.com/read/309810/3704180

h mcf5206.h

/* * File: src/include/cpu/coldfire/mcf5206.h * Purpose: MCF5206 definitions * * Notes: This file automatically included. * * * Modifications: * */ #ifndef _CPU_M
www.eeworm.com/read/443386/1742031

s crt0_ram.s

/*****************************************************************************/ /* * crt0_ram.S -- startup code for MCF5307 ColdFire based NETtel. * * (C) Copyright 1999-2002, Greg Ungerer (gerg@s