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串口基础知识和 ...
随机推荐
- 第11月第20天 sqlite3_open xcode mysql connector
1. sqlite3_open 死锁 * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP frame ...
- 运算符,比如+, -, >, <, 以及下标引用[start:end]等等,从根本上都是定义在类内部的方法。
python解释器在碰到+号运算符时,会调用加号前面的对象的__add__方法 class a: def __add__(self,b): print "ghh" aa=a() a ...
- python版本管理工具pyenv和包管理工具pipenv
一.pyenv版本管理工具 pyenv是一个python版本管理工具,可以实现轻松切换多个python版本 它可根据每个用户更改全局python版本,也可以为每个项目指定python版本,还可以管理v ...
- python数据库操作 - MySQL入门【转】
python数据库操作 - MySQL入门 python学院 2017-02-05 16:22 PyMySQL是Python中操作MySQL的模块,和之前使用的MySQLdb模块基本功能一致,PyMy ...
- Shell脚本中实现切换用户并执行命令操作【转】
第一种方法 cat test.sh #!/bin/bashsu - test <<EOFpwd;exit;EOF 执行结果图: 第二种方法 当然也可以用下面的命令来执行 复制代码代码如下: ...
- oracle行转列
wm_concat()函数 --创建表 create table test(id number,name varchar2(20)); --插入数据 insert into test values(1 ...
- jenkins主从从服务器发布脚本执行成功但总提示失败 FATAL: Remote call on XXXX failed
主从jenkins当调用 slave 执行编译脚本后提示如下错误,找了半天怎么也没有问题,后来忽然发现slave上java的版本和master不同,一个 1.8 一个 1.10,将slave降回1.8 ...
- SysV和BSD启动风格的比较
Slackware启动脚本与System V启动脚本的区别何在? Slackware 使用BSD风格的init脚本,而很多别的发行版使用System V风格的init脚本.SysV和BSD脚本都是能让 ...
- ConvertUtils.register的作用
BeanUtils的populate方法或者getProperty,setProperty方法其实都会调用convert进行转换 但Converter只支持一些基本的类型,甚至连Java.util.D ...
- AC自动机学习笔记-2(Trie图&&last优化)
我是连月更都做不到的蒟蒻博主QwQ 考虑到我太菜了,考完noip就要退役了,所以我决定还是把博客的倒数第二篇博客给写了,也算是填了一个坑吧.(最后一篇?当然是悲怆のnoip退役记啦QAQ) 所以我们今 ...