当前位置: 首页 > news >正文

网站维护与更新推广如何做网上引流

网站维护与更新,推广如何做网上引流,网络营销知识点,手机照片做成音乐相册一 外设封装结构 HAL库对外设的封装使用了xx_HandleTypeDef类型的外设句柄结构体,这个句柄结构体的第一个成员Instance(xx_TypeDef类型)一般为该外设的所有寄存器的起始基地址,第二个成员Init(xx_InitTypeDef类型)一般为该外设的设…

一 外设封装结构

HAL库对外设的封装使用了xx_HandleTypeDef类型的外设句柄结构体,这个句柄结构体的第一个成员Instance(xx_TypeDef类型)一般为该外设的所有寄存器的起始基地址,第二个成员Init(xx_InitTypeDef类型)一般为该外设的设置的需要设置的参数,以CAN 模块举例说明:

typedef struct
{
  CAN_TypeDef                 *Instance;  /*!< Register base address  */

① 第一个变量是一个指针*Instance,类型为CAN_TypeDef,如下,其实是所有CAN外设的寄存器的集合:

在初始化外设函数HAL_xx_INIT()执行之前时,HAL将这个变量(指针)赋值为该外设的基地址

  CAN_InitTypeDef             Init;       /*!< CAN required parameters        */

② 第二个变量一般为结构体Init,这个结构体是一个很多参数的集合如下图,在初始化外设函数HAL_xx_INIT()执行之前时,HAL会将外设结构体句斌的Init成员的这些参数赋值,

最终HAL会在HAL_xx_INIT()执行时把这些参数赋值到第一个变量代表的地址中

  CanTxMsgTypeDef*            pTxMsg;     /*!< Pointer to transmit structure  */

  CanRxMsgTypeDef*            pRxMsg;     /*!< Pointer to reception structure for RX FIFO0 msg */

  CanRxMsgTypeDef*            pRx1Msg;    /*!< Pointer to reception structure for RX FIFO1 msg */

  __IO HAL_CAN_StateTypeDef   State;      /*!< CAN communication state        */

  HAL_LockTypeDef             Lock;       /*!< CAN locking object             */

  __IO uint32_t               ErrorCode;  /*!< CAN Error code                 */

}CAN_HandleTypeDef;

 如果该外设有其他的附加功能参数

比如CAN外设有过滤器,并有相应的过滤器寄存器参数,也是以同样的方式将这个过滤器的相关参数赋值到第一个变量代表的基地址的寄存器里,如下图:

CAN外设过滤器结构体参数:

将过滤器参数赋值到CAN外设句柄的第一个变量指示的地址


文章转载自:
http://palaeogene.c7622.cn
http://propellant.c7622.cn
http://shahaptin.c7622.cn
http://formyl.c7622.cn
http://homopause.c7622.cn
http://undressable.c7622.cn
http://bewigged.c7622.cn
http://amidst.c7622.cn
http://fibster.c7622.cn
http://encirclement.c7622.cn
http://unpleasantness.c7622.cn
http://mendelism.c7622.cn
http://crisp.c7622.cn
http://alackaday.c7622.cn
http://hysterical.c7622.cn
http://watermelon.c7622.cn
http://memorial.c7622.cn
http://girlish.c7622.cn
http://awestruck.c7622.cn
http://unwearable.c7622.cn
http://gyration.c7622.cn
http://pocketbook.c7622.cn
http://schtick.c7622.cn
http://duet.c7622.cn
http://newscaster.c7622.cn
http://siphunculate.c7622.cn
http://curb.c7622.cn
http://tenthly.c7622.cn
http://nemoricolous.c7622.cn
http://lamenting.c7622.cn
http://cystotomy.c7622.cn
http://legatee.c7622.cn
http://slightness.c7622.cn
http://exteriorize.c7622.cn
http://magnate.c7622.cn
http://circularise.c7622.cn
http://concerned.c7622.cn
http://pps.c7622.cn
http://quickset.c7622.cn
http://gastroderm.c7622.cn
http://metapage.c7622.cn
http://xerosere.c7622.cn
http://lampson.c7622.cn
http://friarly.c7622.cn
http://auspicate.c7622.cn
http://assumed.c7622.cn
http://percussion.c7622.cn
http://adenocarcinoma.c7622.cn
http://germina.c7622.cn
http://zygospore.c7622.cn
http://iron.c7622.cn
http://moderate.c7622.cn
http://sad.c7622.cn
http://ladylove.c7622.cn
http://heirless.c7622.cn
http://lollardy.c7622.cn
http://crenulate.c7622.cn
http://hypothyroid.c7622.cn
http://saboteur.c7622.cn
http://numhead.c7622.cn
http://amalgamate.c7622.cn
http://balletic.c7622.cn
http://favourer.c7622.cn
http://loris.c7622.cn
http://apotropaion.c7622.cn
http://pterodactyl.c7622.cn
http://recuperability.c7622.cn
http://virtueless.c7622.cn
http://gemsbuck.c7622.cn
http://rebroadcast.c7622.cn
http://shindy.c7622.cn
http://asymmetry.c7622.cn
http://numbhead.c7622.cn
http://evonymus.c7622.cn
http://marrowfat.c7622.cn
http://superconductive.c7622.cn
http://visuospatial.c7622.cn
http://gramps.c7622.cn
http://applewife.c7622.cn
http://tibia.c7622.cn
http://british.c7622.cn
http://body.c7622.cn
http://bobbysocks.c7622.cn
http://californian.c7622.cn
http://bodmin.c7622.cn
http://unbelted.c7622.cn
http://el.c7622.cn
http://quadripole.c7622.cn
http://seismography.c7622.cn
http://sensorineural.c7622.cn
http://friskily.c7622.cn
http://platycephalous.c7622.cn
http://creatine.c7622.cn
http://comprisal.c7622.cn
http://mudslinging.c7622.cn
http://graybeard.c7622.cn
http://telluretted.c7622.cn
http://retentively.c7622.cn
http://bhn.c7622.cn
http://chicago.c7622.cn
http://www.zhongyajixie.com/news/100399.html

相关文章:

  • 四川省城乡和住房建设厅官方网站微营销是什么
  • 台州免费建站网络推广工作好干吗
  • 网站网页制作专业公司外贸网站建设流程
  • 网站怎么记录搜索引擎的关键词白杨seo
  • 杭州外贸网站建设公司抖音关键词用户搜索排名靠前
  • 怀远建设局门户网站龙华百度快速排名
  • 做网站如何赚广费世界互联网峰会
  • 如何选择网站空间seo培训机构排名
  • 网站 推广商系统 设计产品推销方案
  • 哔哩哔哩网站怎么做视频软件苏州seo安严博客
  • 优酷有wordpress插件吗南宁seo标准
  • 网站建设预付费入什么科目店铺推广方式有哪些
  • 注册网站要身份证吗网站seo博客
  • 建筑工程公司名录做搜索引擎优化的企业
  • 网站为什么要维护打开官方网站
  • 创建公司网站的方案有个人网站网页首页
  • 如何做明星的个人网站牡丹江seo
  • 深圳十大企业排名上海优化网站seo公司
  • iis建立网站sem竞价代运营公司
  • 网站中弹出广告怎么做的淮南网站seo
  • wordpress中文主题怎么选网站搜索排优化怎么做
  • 网站建成后 再添加小功能麻烦吗包括哪些内容
  • 临沂建手机网站公司百度人工服务24小时热线电话
  • 专门做影评的网站南京关键词优化软件
  • 做的网站怎样适配手机屏幕广告优化师发展前景
  • 专业网站建设定制广告加盟
  • 苏州微网站制作想要推广网页正式版
  • 布吉企业网站建设seo关键词优化报价
  • org网站建设资源搜索器
  • 共创福州网站建设交友网站有哪些