当前位置:网站首页>STM32F103ZET6【标准库函数开发】----库函数介绍
STM32F103ZET6【标准库函数开发】----库函数介绍
2022-04-23 08:11:00 【隔壁家的王小琪】
一、GPIO库函数总览
GPIO_DeInit //将外设GPIOx 寄存器重设为缺省值
GPIO_AFIODeInit //将复用功能(重映射事件控制和EXTI 设置)重设为缺省值
GPIO_Init //根据GPIO_InitStruct 中指定的参数初始化外设GPIOx 寄存器
GPIO_StructInit //把GPIO_InitStruct 中的每一个参数按缺省值填入
GPIO_ReadInputDataBit //读取指定端口管脚的输入
GPIO_ReadInputData //读取指定的GPIO 端口输入
GPIO_ReadOutputDataBit //读取指定端口管脚的输出
GPIO_ReadOutputData //读取指定的GPIO 端口输出
GPIO_SetBits //设置指定的数据端口位
GPIO_ResetBits //清除指定的数据端口位
GPIO_WriteBit //设置或者清除指定的数据端口位
GPIO_Write //向指定GPIO 数据端口写入数据
GPIO_PinLockConfig //锁定GPIO 管脚设置寄存器
GPIO_EventOutputConfig //选择GPIO 管脚用作事件输出
GPIO_EventOutputCmd //使能或者失能事件输出
GPIO_PinRemapConfig //改变指定管脚的映射
GPIO_EXTILineConfig //选择GPIO 管脚用作外部中断线路
版权声明
本文为[隔壁家的王小琪]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wsq_666/article/details/124309434
边栏推荐
- 虚拟线上展会-线上vr展馆实现24h沉浸式看展
- Introduction to protobuf
- [C语言] 文件操作《一》
- PDF with watermark
- What is RPC
- 通过实现参数解析器HandlerMethodArgumentResolver接口来自定义注解
- Notes on English class (4)
- Campus transfer second-hand market source code download
- The third divisor of leetcode simple question
- 【解释】get ORA-12838: cannot read/modify an object after modifying it in parallel
猜你喜欢
随机推荐
Comparison of indoor positioning technology
DOM 学习之—添加+-按钮
Qtablewidget header customization and beautification developed by pyqt5 (with source code download)
Multi vision slam
Shell script advanced
测试你的机器学习流水线
JS中复制数组
基于TCP/IP协议的网络通信实例——文件传输
5.6 comprehensive case - RTU-
项目上传部分
Search the complete navigation program source code
form中enctype属性
okcc呼叫中心外呼系统智能系统需要用多大的盘存录音?
Vowel substring in statistical string of leetcode simple problem
Transformer XL: attention language modelsbbeyond a fixed length context paper summary
QT reading and writing XML files
Description of the abnormity that the key frame is getting closer and closer in the operation of orb slam
队列(c语言/链表)
JVM工具之Arthas使用
使用JWT生成与解析Token





![[explanation] get ora-12838: cannot read / modify an object after modifying it in parallel](/img/7c/0adc0940b6d5c8a61d34bfa5f66ee7.png)



