STM32F4 Alternate function mapping
#define GPIO_AF0_MCO // MCO (MCO1 and MCO2) Alternate Function mapping
#define GPIO_AF0_RTC_50Hz // RTC_50Hz Alternate Function mapping
#define GPIO_AF0_SWJ // SWJ (SWD and JTAG) Alternate Function mapping
#define GPIO_AF0_TAMPER // TAMPER (TAMPER_1 and TAMPER_2) Alternate Function mapping
#define GPIO_AF0_TRACE // TRACE Alternate Function mapping
#define GPIO_AF1_TIM1 // TIM1 Alternate Function mapping
#define GPIO_AF1_TIM2 // TIM2 Alternate Function mapping
#define GPIO_AF2_TIM3 // TIM3 Alternate Function mapping
#define GPIO_AF2_TIM4 // TIM4 Alternate Function mapping
#define GPIO_AF2_TIM5 // TIM5 Alternate Function mapping
#define GPIO_AF3_CEC // CEC Alternate Function mapping
#define GPIO_AF3_TIM10 // TIM10 Alternate Function mapping
#define GPIO_AF3_TIM11 // TIM11 Alternate Function mapping
#define GPIO_AF3_TIM8 // TIM8 Alternate Function mapping
#define GPIO_AF3_TIM9 // TIM9 Alternate Function mapping
#define GPIO_AF4_CEC // CEC Alternate Function mapping
#define GPIO_AF4_FMPI2C1 // FMPI2C1 Alternate Function mapping
#define GPIO_AF4_I2C1 // I2C1 Alternate Function mapping
#define GPIO_AF4_I2C2 // I2C2 Alternate Function mapping
#define GPIO_AF4_I2C3 // I2C3 Alternate Function mapping
#define GPIO_AF5_I2S3ext // I2S3ext_SD Alternate Function mapping
#define GPIO_AF5_I2S3ext // I2S3ext_SD Alternate Function mapping
#define GPIO_AF5_I2S3ext // I2S3ext_SD Alternate Function mapping
#define GPIO_AF5_SPI1 // SPI1 Alternate Function mapping
#define GPIO_AF5_SPI1 // SPI1/I2S1 Alternate Function mapping
#define GPIO_AF5_SPI2 // SPI2/I2S2 Alternate Function mapping
#define GPIO_AF5_SPI3 // SPI3/I2S3 Alternate Function mapping
#define GPIO_AF5_SPI4 // SPI4 Alternate Function mapping
#define GPIO_AF5_SPI5 // SPI5 Alternate Function mapping
#define GPIO_AF5_SPI6 // SPI6 Alternate Function mapping
#define GPIO_AF6_I2S2ext // I2S2ext_SD Alternate Function mapping
#define GPIO_AF6_I2S2ext // I2S2ext_SD Alternate Function mapping
#define GPIO_AF6_SAI1 // SAI1 Alternate Function mapping
#define GPIO_AF6_SPI2 // I2S2 Alternate Function mapping
#define GPIO_AF6_SPI2 // SPI2/I2S2 Alternate Function mapping
#define GPIO_AF6_SPI3 // SPI3/I2S3 Alternate Function mapping
#define GPIO_AF6_SPI4 // SPI4 Alternate Function mapping
#define GPIO_AF6_SPI4 // SPI4/I2S4 Alternate Function mapping
#define GPIO_AF6_SPI5 // SPI5/I2S5 Alternate Function mapping
#define GPIO_AF7_I2S3ext // I2S3ext_SD Alternate Function mapping
#define GPIO_AF7_SPDIFRX // SPDIFRX Alternate Function mapping
#define GPIO_AF7_SPI2 // SPI2/I2S2 Alternate Function mapping
#define GPIO_AF7_SPI3 // SPI3/I2S3 Alternate Function mapping
#define GPIO_AF7_UART5 // UART5 Alternate Function mapping
#define GPIO_AF7_USART1 // USART1 Alternate Function mapping
#define GPIO_AF7_USART2 // USART2 Alternate Function mapping
#define GPIO_AF7_USART3 // USART3 Alternate Function mapping
#define GPIO_AF8_SAI2 // SAI2 Alternate Function mapping
#define GPIO_AF8_SPDIFRX // SPDIFRX Alternate Function mapping
#define GPIO_AF8_UART4 // UART4 Alternate Function mapping
#define GPIO_AF8_UART5 // UART5 Alternate Function mapping
#define GPIO_AF8_UART7 // UART7 Alternate Function mapping
#define GPIO_AF8_UART8 // UART8 Alternate Function mapping
#define GPIO_AF8_USART6 // USART6 Alternate Function mapping
#define GPIO_AF9_CAN1 // CAN1 Alternate Function mapping
#define GPIO_AF9_CAN1 // CAN1 Alternate Function mapping
#define GPIO_AF9_CAN2 // CAN2 Alternate Function mapping
#define GPIO_AF9_CAN2 // CAN2 Alternate Function mapping
#define GPIO_AF9_I2C2 // I2C2 Alternate Function mapping
#define GPIO_AF9_I2C3 // I2C3 Alternate Function mapping
#define GPIO_AF9_LTDC // LCD-TFT Alternate Function mapping
#define GPIO_AF9_QSPI // QSPI Alternate Function mapping
#define GPIO_AF9_TIM12 // TIM12 Alternate Function mapping
#define GPIO_AF9_TIM12 // TIM12 Alternate Function mapping
#define GPIO_AF9_TIM13 // TIM13 Alternate Function mapping
#define GPIO_AF9_TIM13 // TIM13 Alternate Function mapping
#define GPIO_AF9_TIM14 // TIM14 Alternate Function mapping
#define GPIO_AF9_TIM14 // TIM14 Alternate Function mapping
#define GPIO_AF10_OTG_FS // OTG_FS Alternate Function mapping
#define GPIO_AF10_OTG_HS // OTG_HS Alternate Function mapping
#define GPIO_AF10_QSPI // QSPI Alternate Function mapping
#define GPIO_AF10_SAI2 // SAI2 Alternate Function mapping
#define GPIO_AF11_ETH // ETHERNET Alternate Function mapping
#define GPIO_AF12_FMC // FMC Alternate Function mapping
#define GPIO_AF12_FSMC // FSMC Alternate Function mapping
#define GPIO_AF12_OTG_HS_FS // OTG HS configured in FS, Alternate Function mapping
#define GPIO_AF12_SDIO // SDIO Alternate Function mapping
#define GPIO_AF12_SDIO // SDIO Alternate Function mapping
#define GPIO_AF13_DCMI // DCMI Alternate Function mapping
#define GPIO_AF14_LTDC // LCD-TFT Alternate Function mapping
#define GPIO_AF15_EVENTOUT // EVENTOUT Alternate Function mapping
STM32F4 Alternate function mapping的更多相关文章
- Error message when you try to modify or to delete an alternate access mapping in Windows SharePoint Services 3.0: "An update conflict has occurred, and you must re-try this action"
Article ID: 939308 - View products that this article applies to. Expand all | Collapse all Symptoms ...
- 【Flask】报错解决方法:AssertionError: View function mapping is overwriting an existing endpoint function: main.user
运行Flask时出现了一个错误, AssertionError: View function mapping is overwriting an existing endpoint function: ...
- AssertionError: View function mapping is overwriting an existing endpoint function: admin.main
刚才给views.py文件添加了一个路由地址: @admin_view.route('/test', methods=["get", "post"]) @log ...
- Flask之endpoint错误View function mapping is overwriting an existing endpoint function: ***
最近在学习Flask, 其中遇到了一个错误, 发现这个问题和Flask, 路由有关系, 所以就记了下来 错误代码: from flask import Flask, render_template, ...
- "AssertionError: View function mapping is overwriting an existing endpoint function"如何解决
使用Flask定义URL的时候,如果出现"AssertionError: View function mapping is overwriting an existing endpoint ...
- SharePoint创建Alternate Access Mapping (AAM)备用訪问映射
SharePoint创建Alternate Access Mapping (AAM)备用訪问映射 SharePoint的仓库是SQL Server中的内容数据库.这些数据库储存着组织全 ...
- AssertionError: View function mapping is overwriting an existing endpoint function: insertCase
首先,理解这个错误是什么意思,以及出现的原因: 使用Flask定义URL的时候,如果出现"AssertionError: View function mapping is overwriti ...
- STM32F4: Generating parallel signals with the FSMC
STM32F4: Generating parallel signals with the FSMC The goal: The memory controller can be used to ge ...
- 【STM32H7教程】第29章 STM32H7的USART串口基础知识和HAL库API
完整教程下载地址:http://www.armbbs.cn/forum.php?mod=viewthread&tid=86980 第29章 STM32H7的USART串口基础知识和 ...
随机推荐
- opencv附加依赖性选择,提示找不到opencv_world400d.dll
连接器>>输入>>附加依赖项,添加opencv_world400d.lib库文件名,在....\opencv\build\x64\vc14\lib有2个lib文件, 带d的是d ...
- sql 跨服务器查询数据
方法一:用OPENDATASOURCE [SQL SERVER] 跨服务器查询 --1 打开 reconfigure reconfigure SELECT * FROM OPENDATASOURCE( ...
- Dream Spark ------spark on yarn ,yarn的配置
<?xml version="1.0"?> <!-- Licensed under the Apache License, Version 2.0 (the &q ...
- innobackupex不停库的数据备份并恢复到别的服务器上【转】
1.innobackupex原理: 备份原理 1).首先会开启一个后台检测进程,实时检测myql redo的变化,一旦发现redo中有新日志写入,立即将日志记入后台日志文件xtrabackup_log ...
- 从requests源码分析中学习python(一)
v2ex同步更新:https://www.v2ex.com/t/500081 微信公众号:python学习开发 分析源码,看大神的代码是一种学习的好方法,让我从中学到很多以前不知道的知识,这次打算从大 ...
- 清理电脑文件夹中的Thumbs.db文件
@echo off del f:Thumbs.db /f/s/q/a exit 对应修改磁盘号, 保存批处理文件执行即可
- 卷积神经网络CNN经典模型整理Lenet,Alexnet,Googlenet,VGG,Deep Residual Learning(转)
参考:http://blog.csdn.net/xbinworld/article/details/45619685
- LeetCode(14):最长公共前缀
Easy! 题目描述: 编写一个函数来查找字符串数组中的最长公共前缀. 如果不存在公共前缀,返回空字符串 "". 示例 1: 输入: ["flower",&qu ...
- .NetCore下使用Autofac做 IOC 容器
在.NetCore中使用自带的IOC容器 写注入的时候会写很多,如果要自己封装的话也达不到预期的效果,所以这里采用Autofac来时替代 .NetCore自带的容器 nuget首先引用Autofac. ...
- 入门NodeJS
入门NodeJS https://www.cnblogs.com/dotnetcrazy/p/10118756.html NodeJS 1.环境配置 之前讲ES6的时候有提过一部分Node的知识,简单 ...