代码搜索:ARM
找到约 10,000 项符合「ARM」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3601357
h arm_scu.h
#ifndef ASMARM_HARDWARE_ARM_SCU_H
#define ASMARM_HARDWARE_ARM_SCU_H
#include
/*
* SCU registers
*/
#define SCU_CTRL 0x00
#define SCU_CONFIG 0x04
#define SCU_CPU_STATUS 0x08
#de
www.eeworm.com/read/316853/3607600
cpp feature_arm.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/313689/3642654
pjt arm_boot_be.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="arm_boot"
ProjectDir="M:\ipc\pitvob\orion\ipc\arm_boot\"
ProjectType=Executable
CPU
www.eeworm.com/read/313689/3642655
h arm_boot.h
//============================================================================
// Filename: arm_boot.h
//
// Description: This file contains the functions prototypes and definitions
// to loa
www.eeworm.com/read/313689/3642656
cmd arm_boot.cmd
MEMORY
{
VECTOR: origin = 0x00000000, length 0x00000200
FLASH: origin = 0x00001000, length 0x0001f000
SRAM: origin = 0x00020000, length 0x00020000
INTME
www.eeworm.com/read/313689/3642697
pjt arm_boot_be.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="arm_boot"
ProjectDir="C:\ti\myprojects\tms320vc547xbootloader\arm_boot\"
ProjectType
www.eeworm.com/read/313689/3642698
h arm_boot.h
//============================================================================
// Filename: arm_boot.h
//
// Description: This file contains the functions prototypes and definitions
// to loa
www.eeworm.com/read/313689/3642699
cmd arm_boot.cmd
MEMORY
{
VECTOR: origin = 0x00000000, length 0x00000200
FLASH: origin = 0x00001000, length 0x0001f000
SRAM: origin = 0x00020000, length 0x00020000
INTME
www.eeworm.com/read/313143/3645852
s jrevdct_arm.s
/*
C-like prototype :
void j_rev_dct_ARM(DCTBLOCK data)
With DCTBLOCK being a pointer to an array of 64 'signed shorts'
Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox
www.eeworm.com/read/313143/3645859
c dsputil_arm.c
/*
* ARMv4L optimized DSP utils
* Copyright (c) 2001 Lionel Ulmer.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of th