野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 8811|回复: 1

枚举常量能直接赋给(没有定义为枚举类型的其他)变量吗

[复制链接]
发表于 2021-12-31 14:32:17 | 显示全部楼层 |阅读模式
本帖最后由 小白也想学阿 于 2021-12-31 14:34 编辑

1234321.png

STM32固件库中,都定义好的,能理解蓝色、红色圈住的部分,会写程序。

但是教科书上枚举类型都是先定义枚举类型变量,然后才把枚举常量赋值给枚举类型变量。
红圈部分(Init初始化结构体成员),但好像并没有定义为枚举类型的变量,也能直接将枚举常量赋值给它们吗?

看视频教程,视频里写的结构体是这样定义的↓,并且程序也实现了,所以有上面疑问↑

  1. typedef struct
  2. {
  3.   uint16_t GPIO_Pin;             /*!< Specifies the GPIO pins to be configured.
  4.                                       This parameter can be any value of [url=home.php?mod=space&uid=55491]@Ref[/url] GPIO_pins_define */

  5.   uint16_t GPIO_Speed;  /*!< Specifies the speed for the selected pins.
  6.                                       This parameter can be a value of [url=home.php?mod=space&uid=55491]@Ref[/url] GPIOSpeed_TypeDef */

  7.   uint16_t GPIO_Mode;    /*!< Specifies the operating mode for the selected pins.
  8.                                       This parameter can be a value of @ref GPIOMode_TypeDef */
  9. }GPIO_InitTypeDef;

复制代码
回复

使用道具 举报

发表于 2022-1-4 09:12:09 | 显示全部楼层
                /*定义一个GPIO_InitTypeDef类型的结构体*/
                GPIO_InitTypeDef GPIO_InitStructure;

初始化函数里面第一句的定义  那些是它的成员

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-24 06:28 , Processed in 0.058490 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表