代码搜索:Stm
找到约 10,000 项符合「Stm」的源代码
代码结果 10,000
www.eeworm.com/read/26794/855399
stm8+
[.ShellClassInfo]
IconResource=C:\Windows\system32\SHELL32.dll,12
www.eeworm.com/read/26794/855400
stm8+
[WorkState_v1_2]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
[WorkState_v1_2.DockState]
Bars=44
ScreenCX=1366
ScreenCY=768
ptn_Child1=Bar-0
ptn_Child2=Bar-1
ptn_Child3=Bar-2
ptn_Child4=Ba
www.eeworm.com/read/26794/855401
stm8+
; STMicroelectronics Workspace file
[Version]
Keyword=ST7Workspace-V0.7
[Project0]
Filename=stm8.stp
Dependencies=
[Options]
ActiveProject=stm8
ActiveConfig=Debug
AddSortedElements=1
www.eeworm.com/read/26794/855403
stm8+
[DebugState_v1-Debug.DebugContext]
DumpRWOnFly1=0
DumpRWOnFly2=0
DumpRWOnFly3=0
DumpRWOnFly4=0
WatchVariables1=CLK_SWCR!1;CLK_SWCR & 0x08!1;(CLK_SWCR & 0x08) == 0x08!1;CLK_CSSR!1;CLK_CSSR & 0x80!
www.eeworm.com/read/26794/855404
stm8+
/* STM8S105C6.h */
#ifdef MCU_NAME
#define STM8S105C6 1
#endif
#include "STM8S105C_S.h"
www.eeworm.com/read/26794/855405
stm8+
/* BASIC INTERRUPT VECTOR TABLE FOR STM8 devices
* Copyright (c) 2007 STMicroelectronics
*/
typedef void @far (*interrupt_handler_t)(void);
struct interrupt_vector {
unsigned char interrup
www.eeworm.com/read/26794/855406
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/855407
stm8+
#include "STM8S105S4.H"
#include "STM8_include.H"
unsigned char ceshi_CLK;//用于测试中断是发生在哪个
/*
中断
CSSD :HSE失效使能
SWIF :切换时钟使用
*/
void init_system_clock(void)
{
CLK_SWCR =0x06;
/*CLK_SWCR
www.eeworm.com/read/26794/855408
stm8+
[WorkState_v1-Edit.Breakpoints]
Break0=TypeFile, system_clock.c, 88, 0, 0, 1,
Break1=TypeFile, system_clock.c, 93, 0, 0, 1,
Break2=TypeFile, system_clock.c, 95, 0, 0, 1,
Break3=TypeFile, system_cl