91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.69M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2024-04-17
  • 語言: C/C++
  • 標簽: 485??pwm??PW??輸出??控制??

資源簡介

【源碼目錄】

PWM9.20

├── CORE
│   ├── core_cm3.c
│   ├── core_cm3.h
│   └── startup_stm32f10x_hd.s
├── HARDWARE
│   ├── KEY
│   │   ├── key.c
│   │   └── key.h
│   ├── LED
│   │   ├── led.c
│   │   └── led.h
│   └── TIMER
│       ├── timer.c
│       └── timer.h
├── OBJ
│   ├── 485.crf
│   ├── 485.d
│   ├── 485.o
│   ├── ExtDll.iex
│   ├── PWM.axf
│   ├── PWM.build_log.htm
│   ├── PWM.hex
│   ├── PWM.htm
│   ├── PWM.lnp
│   ├── PWM.sct
│   ├── PWM_PWM.dep
│   ├── core_cm3.crf
│   ├── core_cm3.d
│   ├── core_cm3.o
│   ├── delay.crf
│   ├── delay.d
│   ├── delay.o
│   ├── key.crf
│   ├── key.d
│   ├── key.o
│   ├── led.crf
│   ├── led.d
│   ├── led.o
│   ├── main.crf
│   ├── main.d
│   ├── main.o
│   ├── misc.crf
│   ├── misc.d
│   ├── misc.o
│   ├── startup_stm32f10x_hd.d
│   ├── startup_stm32f10x_hd.o
│   ├── stm32f10x_gpio.crf
│   ├── stm32f10x_gpio.d
│   ├── stm32f10x_gpio.o
│   ├── stm32f10x_it.crf
│   ├── stm32f10x_it.d
│   ├── stm32f10x_it.o
│   ├── stm32f10x_rcc.crf
│   ├── stm32f10x_rcc.d
│   ├── stm32f10x_rcc.o
│   ├── stm32f10x_tim.crf
│   ├── stm32f10x_tim.d
│   ├── stm32f10x_tim.o
│   ├── stm32f10x_usart.crf
│   ├── stm32f10x_usart.d
│   ├── stm32f10x_usart.o
│   ├── sys.crf
│   ├── sys.d
│   ├── sys.o
│   ├── system_stm32f10x.crf
│   ├── system_stm32f10x.d
│   ├── system_stm32f10x.o
│   ├── timer.crf
│   ├── timer.d
│   ├── timer.o
│   ├── usart.crf
│   ├── usart.d
│   └── usart.o
├── README.TXT
├── STM32F10x_FWLib
│   ├── inc
│   │   ├── misc.h
│   │   ├── stm32f10x_adc.h
│   │   ├── stm32f10x_bkp.h
│   │   ├── stm32f10x_can.h
│   │   ├── stm32f10x_cec.h
│   │   ├── stm32f10x_crc.h
│   │   ├── stm32f10x_dac.h
│   │   ├── stm32f10x_dbgmcu.h
│   │   ├── stm32f10x_dma.h
│   │   ├── stm32f10x_exti.h
│   │   ├── stm32f10x_flash.h
│   │   ├── stm32f10x_fsmc.h
│   │   ├── stm32f10x_gpio.h
│   │   ├── stm32f10x_i2c.h
│   │   ├── stm32f10x_iwdg.h
│   │   ├── stm32f10x_pwr.h
│   │   ├── stm32f10x_rcc.h
│   │   ├── stm32f10x_rtc.h
│   │   ├── stm32f10x_sdio.h
│   │   ├── stm32f10x_spi.h
│   │   ├── stm32f10x_tim.h
│   │   ├── stm32f10x_usart.h
│   │   └── stm32f10x_wwdg.h
│   └── src
│       ├── misc.c
│       ├── stm32f10x_adc.c
│       ├── stm32f10x_bkp.c
│       ├── stm32f10x_can.c
│       ├── stm32f10x_cec.c
│       ├── stm32f10x_crc.c
│       ├── stm32f10x_dac.c
│       ├── stm32f10x_dbgmcu.c
│       ├── stm32f10x_dma.c
│       ├── stm32f10x_exti.c
│       ├── stm32f10x_flash.c
│       ├── stm32f10x_fsmc.c
│       ├── stm32f10x_gpio.c
│       ├── stm32f10x_i2c.c
│       ├── stm32f10x_iwdg.c
│       ├── stm32f10x_pwr.c
│       ├── stm32f10x_rcc.c
│       ├── stm32f10x_rtc.c
│       ├── stm32f10x_sdio.c
│       ├── stm32f10x_spi.c
│       ├── stm32f10x_tim.c
│       ├── stm32f10x_usart.c
│       └── stm32f10x_wwdg.c
├── SYSTEM
│   ├── 485
│   │   ├── bsp_485.c
│   │   └── bsp_485.h
│   ├── delay
│   │   ├── delay.c
│   │   └── delay.h
│   ├── sys
│   │   ├── sys.c
│   │   └── sys.h
│   └── usart
│       ├── usart.c
│       └── usart.h
├── USER
│   ├── 485.c
│   ├── DebugConfig
│   │   └── PWM_STM32F103ZE_1.0.0.dbgconf
│   ├── EventRecorderStub.scvd
│   ├── JLinkSettings.ini
│   ├── PWM.map
│   ├── PWM.uvguix.Administrator
│   ├── PWM.uvguix.JiaoYu
│   ├── PWM.uvguix.JiaoYu-PC
│   ├── PWM.uvguix.erbao
│   ├── PWM.uvoptx
│   ├── PWM.uvprojx
│   ├── main.c
│   ├── startup_stm32f10x_hd.lst
│   ├── stm32f10x.h
│   ├── stm32f10x_conf.h
│   ├── stm32f10x_it.c
│   ├── stm32f10x_it.h
│   ├── system_stm32f10x.c
│   └── system_stm32f10x.h
└── keilkilll.bat

16 directories, 142 files


資源截圖

代碼片段和文件信息

/**************************************************************************//**
?*?@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??2010-06-07?10:25??PWM9.20\CORE\core_cm3.c

?????文件??????85714??2011-02-09?14:59??PWM9.20\CORE\core_cm3.h

?????文件??????15503??2011-03-10?10:52??PWM9.20\CORE\startup_stm32f10x_hd.s

?????文件???????1827??2015-03-20?12:41??PWM9.20\HARDWARE\KEY\key.c

?????文件???????1186??2015-03-19?16:14??PWM9.20\HARDWARE\KEY\key.h

?????文件???????1298??2012-09-13?13:13??PWM9.20\HARDWARE\LED\led.c

?????文件????????638??2012-09-13?09:45??PWM9.20\HARDWARE\LED\led.h

?????文件???????9142??2020-10-22?15:34??PWM9.20\HARDWARE\TIMER\timer.c

?????文件????????693??2018-09-19?21:24??PWM9.20\HARDWARE\TIMER\timer.h

?????文件????????399??2011-04-23?10:24??PWM9.20\keilkilll.bat

?????文件?????356108??2020-10-26?09:57??PWM9.20\OBJ\485.crf

?????文件???????1698??2020-10-26?09:57??PWM9.20\OBJ\485.d

?????文件?????389280??2020-10-26?09:57??PWM9.20\OBJ\485.o

?????文件???????3951??2020-10-26?09:57??PWM9.20\OBJ\core_cm3.crf

?????文件????????113??2020-10-26?09:57??PWM9.20\OBJ\core_cm3.d

?????文件??????11248??2020-10-26?09:57??PWM9.20\OBJ\core_cm3.o

?????文件?????349964??2020-10-26?09:57??PWM9.20\OBJ\delay.crf

?????文件???????1678??2020-10-26?09:57??PWM9.20\OBJ\delay.d

?????文件?????383740??2020-10-26?09:57??PWM9.20\OBJ\delay.o

?????文件?????????69??2020-10-26?09:57??PWM9.20\OBJ\ExtDll.iex

?????文件?????350484??2020-10-26?09:57??PWM9.20\OBJ\key.crf

?????文件???????1649??2020-10-26?09:57??PWM9.20\OBJ\key.d

?????文件?????384664??2020-10-26?09:57??PWM9.20\OBJ\key.o

?????文件?????349511??2020-10-26?09:57??PWM9.20\OBJ\led.crf

?????文件???????1610??2020-10-26?09:57??PWM9.20\OBJ\led.d

?????文件?????382632??2020-10-26?09:57??PWM9.20\OBJ\led.o

?????文件?????357252??2020-10-26?09:57??PWM9.20\OBJ\main.crf

?????文件???????1896??2020-10-26?09:57??PWM9.20\OBJ\main.d

?????文件?????393648??2020-10-26?09:57??PWM9.20\OBJ\main.o

?????文件?????348909??2020-10-26?09:57??PWM9.20\OBJ\misc.crf

............此處省略132個文件信息

評論

共有 條評論