代码搜索:Stm
找到约 10,000 项符合「Stm」的源代码
代码结果 10,000
www.eeworm.com/read/26794/855419
stm8+
Map of Debug\stm8.sm8 from link file Debug\stm8.lkf - Sun Oct 28 22:02:44 2012
--------
Segments
-
www.eeworm.com/read/26794/855420
stm8+
www.eeworm.com/read/26794/855421
stm8+
# LINK COMMAND FILE AUTOMATICALLY GENERATED BY STVD:
# * TOTALLY IF AUTO MODE IS ENABLED
# * ONLY INSIDE MARKERS IN SEMI-AUTO MODE
#
# CHOOSE THE CUSTOM MODE IN STVD IN ORDER TO HAVE FULL CONTRO
www.eeworm.com/read/26794/855422
stm8+
; STMicroelectronics Project file
[Version]
Keyword=ST7Project
Number=1.3
[Project]
Name=stm8
Toolset=STM8 Cosmic
[Config]
0=Config.0
1=Config.1
[Config.0]
ConfigName=Debug
Target=
www.eeworm.com/read/26794/855423
stm8+
#include "STM8S105S4.H"
#include "STM8_include.H"
//简单的延时函数
void DelayMS(unsigned int ms)
{
unsigned char i;
unsigned int j;
for(i=0;i
www.eeworm.com/read/26794/855424
stm8+
www.eeworm.com/read/26794/855425
stm8+
www.eeworm.com/read/26953/861629
h stm.h
/*++
Copyright (c) 1995-1997 Microsoft Corporation
Module Name:
stm.h
Abstract:
This module contains the definitions of the IPX Service Table Manger APIs
Author:
Revisio
www.eeworm.com/read/479931/1326722
cgs stm.cgs
# arm testcase for FIXME
# mach: unfinished
.include "testutils.inc"
start
.global stmda_wb
stmda_wb:
pass
# arm testcase for FIXME
# mach: unfinished
.include "testutils.inc"
start
.glo
www.eeworm.com/read/229812/4743632
h stm.h
#ifndef _STM_H
#define _STM_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if (_WIN32_WINNT >= 0x0500)
typedef struct _IPX_SERVER_ENTRY {
U