資源簡介
stm32f1 測量頻率 脈沖參量測試儀 只能測頻率 占空比沒寫出來

代碼片段和文件信息
/**************************************************************************//**
?*?@file?????core_cm3.c
?*?@brief????CMSIS?Cortex-M3?Core?Peripheral?Access?layer?Source?File
?*?@version??V1.30
?*?@date?????30.?October?2009
?*
?*?@note
?*?Copyright?(C)?2009?ARM?Limited.?All?rights?reserved.
?*
?*?@par
?*?ARM?Limited?(ARM)?is?supplying?this?software?for?use?with?Cortex-M?
?*?processor?based?microcontrollers.??This?file?can?be?freely?distributed?
?*?within?development?tools?that?are?supporting?such?ARM?based?processors.?
?*
?*?@par
?*?THIS?SOFTWARE?IS?PROVIDED?“AS?IS“.??NO?WARRANTIES?WHETHER?EXPRESS?IMPLIED
?*?OR?STATUTORY?INCLUDING?BUT?NOT?LIMITED?TO?IMPLIED?WARRANTIES?OF
?*?MERCHANTABILITY?AND?FITNESS?FOR?A?PARTICULAR?PURPOSE?APPLY?TO?THIS?SOFTWARE.
?*?ARM?SHALL?NOT?IN?ANY?CIRCUMSTANCES?BE?LIABLE?FOR?SPECIAL?INCIDENTAL?OR
?*?CONSEQUENTIAL?DAMAGES?FOR?ANY?REASON?WHATSOEVER.
?*
?******************************************************************************/
#include?
/*?define?compiler?specific?symbols?*/
#if?defined?(?__CC_ARM???)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????__inline???????????????????????????????????/*!
#elif?defined?(?__ICCARM__?)
??#define?__ASM???????????__asm???????????????????????????????????????/*!??#define?__INLINE????????inline??????????????????????????????????????/*!
#elif?defined???(??__GNUC__??)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????inline?????????????????????????????????????/*!
#elif?defined???(??__TASKING__??)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????inline?????????????????????????????????????/*!
#endif
/*?###################??Compiler?specific?Intrinsics??###########################?*/
#if?defined?(?__CC_ARM???)?/*------------------RealView?Compiler?-----------------*/
/*?ARM?armcc?specific?functions?*/
/**
?*?@brief??Return?the?Process?Stack?Pointer
?*
?*?@return?ProcessStackPointer
?*
?*?Return?the?actual?process?stack?pointer
?*/
__ASM?uint32_t?__get_PSP(void)
{
??mrs?r0?psp
??bx?lr
}
/**
?*?@brief??Set?the?Process?Stack?Pointer
?*
?*?@param??topOfProcStack??Process?Stack?Pointer
?*
?*?Assign?the?value?ProcessStackPointer?to?the?MSP?
?*?(process?stack?pointer)?Cortex?processor?register
?*/
__ASM?void?__set_PSP(uint32_t?topOfProcStack)
{
??msr?psp?r0
??bx?lr
}
/**
?*?@brief??Return?the?Main?Stack?Pointer
?*
?*?@return?Main?Stack?Pointer
?*
?*?Return?the?curren
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????17273??2015-07-04?15:01??測頻?-?輸入捕獲版?-?最終版\CORE\core_cm3.c
?????文件??????85714??2015-07-04?15:01??測頻?-?輸入捕獲版?-?最終版\CORE\core_cm3.h
?????文件??????12765??2015-07-04?15:01??測頻?-?輸入捕獲版?-?最終版\CORE\startup_stm32f10x_md.s
?????文件??????36557??2015-07-04?15:01??測頻?-?輸入捕獲版?-?最終版\CORE\system_stm32f10x.c
?????文件???????2012??2017-07-10?19:10??測頻?-?輸入捕獲版?-?最終版\HandWare\delay.c
?????文件????????872??2016-10-25?19:01??測頻?-?輸入捕獲版?-?最終版\HandWare\delay.h
?????文件??????16787??2017-08-04?09:51??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\Ascii_8x16.h
?????文件??????16715??2017-08-04?08:56??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\Ascii_8x16.h~RF3d65a6.TMP
?????文件???????7395??2017-08-04?09:50??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\Chinese.h
?????文件???????5286??2017-08-04?10:06??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\GB2424.h
?????文件???????7221??2017-08-04?09:54??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\GUI.c
?????文件????????462??2017-08-04?09:50??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\GUI.h
?????文件??????23894??2017-08-04?10:36??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\TFT28.c
?????文件???????2100??2017-08-04?10:34??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\TFT28.h
?????文件???????3329??2017-08-04?10:37??測頻?-?輸入捕獲版?-?最終版\HandWare\TFT\user_Config.h
?????文件???????1259??2017-08-03?12:29??測頻?-?輸入捕獲版?-?最終版\HandWare\tim.c
?????文件????????124??2017-07-28?13:23??測頻?-?輸入捕獲版?-?最終版\HandWare\tim.h
?????文件???????2677??2017-08-04?14:12??測頻?-?輸入捕獲版?-?最終版\HandWare\tim_input_capture.c
?????文件????????274??2017-07-28?15:59??測頻?-?輸入捕獲版?-?最終版\HandWare\tim_input_capture.h
?????文件???????2054??2017-07-23?11:37??測頻?-?輸入捕獲版?-?最終版\HandWare\usart.c
?????文件?????????88??2016-10-25?13:52??測頻?-?輸入捕獲版?-?最終版\HandWare\usart.h
?????文件?????347226??2016-11-01?22:36??測頻?-?輸入捕獲版?-?最終版\OBJ\catch.crf
?????文件???????1587??2016-11-01?22:36??測頻?-?輸入捕獲版?-?最終版\OBJ\catch.d
?????文件?????380624??2016-11-01?22:36??測頻?-?輸入捕獲版?-?最終版\OBJ\catch.o
?????文件?????347332??2016-11-01?22:36??測頻?-?輸入捕獲版?-?最終版\OBJ\color.crf
?????文件???????1624??2016-11-01?22:36??測頻?-?輸入捕獲版?-?最終版\OBJ\color.d
?????文件?????388520??2016-11-01?22:36??測頻?-?輸入捕獲版?-?最終版\OBJ\color.o
?????文件???????3942??2017-08-04?09:23??測頻?-?輸入捕獲版?-?最終版\OBJ\core_cm3.crf
?????文件????????104??2017-08-04?09:23??測頻?-?輸入捕獲版?-?最終版\OBJ\core_cm3.d
?????文件??????11300??2017-08-04?09:23??測頻?-?輸入捕獲版?-?最終版\OBJ\core_cm3.o
............此處省略195個文件信息
評論
共有 條評論