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

  • 大小: 62KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-06
  • 語言: 其他
  • 標簽: PLL??ADF4351??MSP430??

資源簡介

此文件是ADF4351的驅動文件,ADF4351是PLL的一款。本程序使用MSPP430單片機,基于ccs軟件平臺,經過本人驗證,可產生350~4400MHz正弦波。

資源截圖

代碼片段和文件信息

#include“adf4351.h“

#define?ADF4351_R0 ((unsigned?long)0x01900000)
#define?ADF4351_R1 ((unsigned?long)0x00008011)
#define?ADF4351_R2 ((unsigned?long)0x61004042)
#define?ADF4351_R3 ((unsigned?long)0x00848323)
#define?ADF4351_R4 ((unsigned?long)0x00C1903C)
#define?ADF4351_R5 ((unsigned?long)0x00580005)

#define?ADF4351_PD_ON? ((unsigned?long)0x00004062)
#define?ADF4351_PD_OFF ((unsigned?long)0x00004042)

#define?ADF4351_RF_OFF ((unsigned?long?)0x00BC8C1C)
#define?ADF4351_R1_base?? ((unsigned?long?)0x00008001)
#define?ADF4351_R4_base ((unsigned?long?)0x0081903C)

void?WriteTo4351(unsigned?long?data)
{
unsigned?char?i?=?0;

clk_low;
le_low;
for(i=0;i<32;i++)
{
if(data&(0x80000000>>i))
{
data_high;
}
else
{
data_low;
}
cl

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-04?09:41??ADF4351\
?????文件?????????615??2018-05-20?11:07??ADF4351\.ccsproject
?????文件???????27523??2018-05-20?11:07??ADF4351\.cproject
?????目錄???????????0??2018-06-04?09:41??ADF4351\.launches\
?????文件????????4318??2018-05-25?23:49??ADF4351\.launches\Test5_1_ADF4351.launch
?????文件?????????845??2018-05-20?11:07??ADF4351\.project
?????目錄???????????0??2018-06-04?09:41??ADF4351\.settings\
?????文件??????????62??2018-05-20?11:07??ADF4351\.settings\org.eclipse.cdt.codan.core.prefs
?????文件?????????123??2018-05-20?11:07??ADF4351\.settings\org.eclipse.cdt.debug.core.prefs
?????文件?????????208??2018-05-20?11:08??ADF4351\.settings\org.eclipse.core.resources.prefs
?????目錄???????????0??2018-06-04?09:41??ADF4351\Debug\
?????文件???????83174??2018-05-25?23:50??ADF4351\Debug\Test5_1_ADF4351.map
?????文件???????54532??2018-05-25?23:50??ADF4351\Debug\Test5_1_ADF4351.out
?????文件??????226377??2018-05-25?23:50??ADF4351\Debug\Test5_1_ADF4351_linkInfo.xml
?????文件?????????651??2018-05-25?23:43??ADF4351\Debug\adf4351.d
?????文件???????11912??2018-05-25?23:43??ADF4351\Debug\adf4351.obj
?????文件??????????75??2018-05-25?23:50??ADF4351\Debug\ccsObjs.opt
?????文件?????????627??2018-05-25?23:50??ADF4351\Debug\main.d
?????文件????????5936??2018-05-25?23:50??ADF4351\Debug\main.obj
?????文件????????4325??2018-05-25?23:50??ADF4351\Debug\makefile
?????文件?????????260??2018-05-20?11:21??ADF4351\Debug\objects.mk
?????文件????????2073??2018-05-25?23:50??ADF4351\Debug\sources.mk
?????文件????????1670??2018-05-25?23:50??ADF4351\Debug\subdir_rules.mk
?????文件?????????603??2018-05-25?23:50??ADF4351\Debug\subdir_vars.mk
?????文件????????2159??2018-05-25?23:43??ADF4351\adf4351.c
?????文件?????????372??2018-05-25?22:01??ADF4351\adf4351.h
?????文件???????14573??2018-05-20?11:07??ADF4351\lnk_msp430f5529.cmd
?????文件?????????197??2018-05-25?23:50??ADF4351\main.c
?????目錄???????????0??2018-06-04?09:41??ADF4351\targetConfigs\
?????文件?????????822??2018-05-20?11:07??ADF4351\targetConfigs\MSP430F5529.ccxml
?????文件?????????806??2018-05-20?11:07??ADF4351\targetConfigs\readme.txt
............此處省略0個文件信息

評論

共有 條評論