当前位置:网站首页>Stm32f103zet6 [development of standard library functions] - Introduction to library functions
Stm32f103zet6 [development of standard library functions] - Introduction to library functions
2022-04-23 08:34:00 【Wang Xiaoqi next door】
One 、GPIO Overview of library functions
GPIO_DeInit // Add peripherals GPIOx Register reset to default
GPIO_AFIODeInit // Reuse functions ( Remapping event control and EXTI Set up ) Reset to default
GPIO_Init // according to GPIO_InitStruct The parameter specified in GPIOx register
GPIO_StructInit // hold GPIO_InitStruct Each parameter in the is filled in by default
GPIO_ReadInputDataBit // Read the input of the specified port pin
GPIO_ReadInputData // Read the specified GPIO Port input
GPIO_ReadOutputDataBit // Read the output of the specified port pin
GPIO_ReadOutputData // Read the specified GPIO Port output
GPIO_SetBits // Set the specified data port bit
GPIO_ResetBits // Clear the specified data port bit
GPIO_WriteBit // Set or clear the specified data port bit
GPIO_Write // Assign to GPIO The data port writes data
GPIO_PinLockConfig // lock GPIO Pin setting register
GPIO_EventOutputConfig // choice GPIO Pins are used as event outputs
GPIO_EventOutputCmd // Enable or disable event output
GPIO_PinRemapConfig // Change the mapping of the specified pin
GPIO_EXTILineConfig // choice GPIO The pin is used as an external interrupt line
版权声明
本文为[Wang Xiaoqi next door]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230810281599.html
边栏推荐
- Word plus watermark
- JS common array methods
- [learning] audio and video development from scratch (9) -- nuplayer
- Misunderstanding of flush () method of OutputStream class
- lgb,xgb,cat k折交叉验证
- How to encrypt devices under the interconnection of all things
- Qt利用QtXlsx操作excel文件
- 如何保护开源项目免遭供应链攻击-安全设计(1)
- CGM optimizes blood glucose monitoring and management -- Yiyu technology appears in Sichuan International Medical Exchange Promotion Association
- Add random attributes to the Li class array objects and sort them
猜你喜欢
WordPress love navigation theme 1.1.3 simple atmosphere website navigation source code website navigation source code
STM32使用HAL库,整体结构和函数原理介绍
One click cleanup of pycharm and jupyter cache files under the project
Qt编译QtXlsx库
洋桃电子STM32物联网入门30步笔记四、工程编译和下载
Shell脚本进阶
SYS_CONNECT_BY_PATH(column,'char') 结合 start with ... connect by prior
IDEA导入commons-logging-1.2.jar包
pgsql想实现mysql一样样的列子查询操作
洋桃电子STM32物联网入门30步笔记三、CubeMX图形化编程、设置开发板上的IO口
随机推荐
synchronized 锁的基本用法
如何保护开源项目免遭供应链攻击-安全设计(1)
396. Rotate Function
A simple theme of Typecho with beautiful appearance_ Scarfskin source code download
colorui 解决底部导航遮挡内容问题
Failed to convert a NumPy array to a Tensor(Unsupported Object type int)
【学习】从零开始的音视频开发(9)——NuPlayer
作文以记之 ~ 二叉树的前序遍历
SYS_CONNECT_BY_PATH(column,'char') 结合 start with ... connect by prior
[learning] audio and video development from scratch (9) -- nuplayer
微信小程序 catchtap=“toDetail“ 事件问题
【深度好文】Flink SQL流批⼀体化技术详解(一)
What is RPC
Navicat远程连接mysql
Knowledge points and problem solutions related to information collection
LINQ学习系列-----1.4 匿名对象
How to encrypt devices under the interconnection of all things
万物互联下如何对设备进行加密
SYS_ CONNECT_ BY_ Path (column, 'char') combined with start with connect by prior
swagger文档导出自定义v2/api-docs拦截