Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
de433642
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
de433642
编写于
6月 18, 2019
作者:
T
tangweikang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[update] drv_gpio.c
上级
34059c40
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
21 addition
and
21 deletion
+21
-21
bsp/stm32/libraries/HAL_Drivers/drv_gpio.c
bsp/stm32/libraries/HAL_Drivers/drv_gpio.c
+21
-21
未找到文件。
bsp/stm32/libraries/HAL_Drivers/drv_gpio.c
浏览文件 @
de433642
...
...
@@ -16,7 +16,7 @@
static
const
struct
pin_index
pins
[]
=
{
#if
def GPIOA
#if
defined(GPIOA)
__STM32_PIN
(
0
,
A
,
0
),
__STM32_PIN
(
1
,
A
,
1
),
__STM32_PIN
(
2
,
A
,
2
),
...
...
@@ -33,8 +33,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
13
,
A
,
13
),
__STM32_PIN
(
14
,
A
,
14
),
__STM32_PIN
(
15
,
A
,
15
),
#endif
#ifdef GPIOB
#if defined(GPIOB)
__STM32_PIN
(
16
,
B
,
0
),
__STM32_PIN
(
17
,
B
,
1
),
__STM32_PIN
(
18
,
B
,
2
),
...
...
@@ -51,8 +50,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
29
,
B
,
13
),
__STM32_PIN
(
30
,
B
,
14
),
__STM32_PIN
(
31
,
B
,
15
),
#endif
#ifdef GPIOC
#if defined(GPIOC)
__STM32_PIN
(
32
,
C
,
0
),
__STM32_PIN
(
33
,
C
,
1
),
__STM32_PIN
(
34
,
C
,
2
),
...
...
@@ -69,8 +67,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
45
,
C
,
13
),
__STM32_PIN
(
46
,
C
,
14
),
__STM32_PIN
(
47
,
C
,
15
),
#endif
#ifdef GPIOD
#if defined(GPIOD)
__STM32_PIN
(
48
,
D
,
0
),
__STM32_PIN
(
49
,
D
,
1
),
__STM32_PIN
(
50
,
D
,
2
),
...
...
@@ -87,8 +84,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
61
,
D
,
13
),
__STM32_PIN
(
62
,
D
,
14
),
__STM32_PIN
(
63
,
D
,
15
),
#endif
#ifdef GPIOE
#if defined(GPIOE)
__STM32_PIN
(
64
,
E
,
0
),
__STM32_PIN
(
65
,
E
,
1
),
__STM32_PIN
(
66
,
E
,
2
),
...
...
@@ -105,8 +101,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
77
,
E
,
13
),
__STM32_PIN
(
78
,
E
,
14
),
__STM32_PIN
(
79
,
E
,
15
),
#endif
#ifdef GPIOF
#if defined(GPIOF)
__STM32_PIN
(
80
,
F
,
0
),
__STM32_PIN
(
81
,
F
,
1
),
__STM32_PIN
(
82
,
F
,
2
),
...
...
@@ -123,8 +118,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
93
,
F
,
13
),
__STM32_PIN
(
94
,
F
,
14
),
__STM32_PIN
(
95
,
F
,
15
),
#endif
#ifdef GPIOG
#if defined(GPIOG)
__STM32_PIN
(
96
,
G
,
0
),
__STM32_PIN
(
97
,
G
,
1
),
__STM32_PIN
(
98
,
G
,
2
),
...
...
@@ -141,8 +135,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
109
,
G
,
13
),
__STM32_PIN
(
110
,
G
,
14
),
__STM32_PIN
(
111
,
G
,
15
),
#endif
#ifdef GPIOH
#if defined(GPIOH)
__STM32_PIN
(
112
,
H
,
0
),
__STM32_PIN
(
113
,
H
,
1
),
__STM32_PIN
(
114
,
H
,
2
),
...
...
@@ -159,8 +152,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
125
,
H
,
13
),
__STM32_PIN
(
126
,
H
,
14
),
__STM32_PIN
(
127
,
H
,
15
),
#endif
#ifdef GPIOI
#if defined(GPIOI)
__STM32_PIN
(
128
,
I
,
0
),
__STM32_PIN
(
129
,
I
,
1
),
__STM32_PIN
(
130
,
I
,
2
),
...
...
@@ -177,8 +169,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
141
,
I
,
13
),
__STM32_PIN
(
142
,
I
,
14
),
__STM32_PIN
(
143
,
I
,
15
),
#endif
#ifdef GPIOJ
#if defined(GPIOJ)
__STM32_PIN
(
144
,
J
,
0
),
__STM32_PIN
(
145
,
J
,
1
),
__STM32_PIN
(
146
,
J
,
2
),
...
...
@@ -195,8 +186,7 @@ static const struct pin_index pins[] =
__STM32_PIN
(
157
,
J
,
13
),
__STM32_PIN
(
158
,
J
,
14
),
__STM32_PIN
(
159
,
J
,
15
),
#endif
#ifdef GPIOK
#if defined(GPIOK)
__STM32_PIN
(
160
,
K
,
0
),
__STM32_PIN
(
161
,
K
,
1
),
__STM32_PIN
(
162
,
K
,
2
),
...
...
@@ -214,6 +204,16 @@ static const struct pin_index pins[] =
__STM32_PIN
(
174
,
K
,
14
),
__STM32_PIN
(
175
,
K
,
15
),
#endif
#endif
#endif
#endif
#endif
#endif
#endif
#endif
#endif
#endif
#endif
};
static
const
struct
pin_irq_map
pin_irq_map
[]
=
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录