5. 引脚功能选择(Pin function selection):一些GPIO口具有多种功能,可以通过引脚功能选择来配置为特定的功能。例如,GPIO口可以配置为普通GPIO功能、模拟输入功能(Analog input)或其他特定功能。 除了以上参数外,还有一些其他的GPIO参数配置,例如输入输出电平的设置、输入输出电流的设置、引脚复用功能的设置等。这些参数的...
< Peripheral to be connected to the selected pins. This parameter can be a value of @ref GPIO_Alternate_function_selection */}GPIO_InitTypeDef; 然后对这个结构体成员进行设置,首先要判断MODE要怎么设置,找到 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); assert_param(IS_GPIO_MODE(GPIO_Init->Mode)...
#define GPIO_AF0_TRACE ((uint8_t)0x00) /* TRACE Alternate Function mapping */ /** * @brief AF 1 selection */ #define GPIO_AF1_TIM1 ((uint8_t)0x01) /* TIM1 Alternate Function mapping */ #define GPIO_AF1_TIM2 ((uint8_t)0x01) /* TIM2 Alternate Function mapping */ 下面以L...
AFRHy:端口 x 位 y 的复用功能选择 (Alternate function selection for port x bit y) (y = 8....
{uint32_tPin;//所要初始化的引脚序列 GPIO_PIN_x 参见GPIO_pins_defineuint32_tMode;//输入输出模式 GPIO_MODE_xxx 参见GPIO_pins_defineuint32_tSpeed;//输入输出速度 GPIO_XXXX_Speed 参见 GPIO_speed——defineuint32_tAlternate//要连接到该引脚的外设,即复用功能 参见GPIO_Alternate_function_selection}...
< Peripheral to be connected to the selected pins. This parameter can be a value of @ref GPIO_Alternate_function_selection */}GPIO_InitTypeDef; 第一个成员变量Pin是所操作的管脚,第二个Mode是模式选择,第三个Pull是上拉下拉,或者都不加,第四个Speed是速度选择,第五个是管脚复用功能。一般我们只操作...
// Map a BCM_GPIO pin to it's Function Selection // control port. (GPFSEL 0-5) // Groups of 10 - 3 bits per Function - 30 bits per port static uint8_t gpioToGPFSEL [] = { 0,0,0,0,0,0,0,0,0,0, 1,1,1,1,1,1,1,1,1,1, ...
< Peripheral to be connected to the selected pins. This parameter can be a value of @ref GPIO_Alternate_function_selection */}GPIO_InitTypeDef; 第一个成员变量Pin是所操作的管脚,第二个Mode是模式选择,第三个Pull是上拉下拉,或者都不加,第四个Speed是速度选择,第五个是管脚复用功能。一般我们只操作...
This parameter can be a value of @ref GPIO_Alternate_function_selection */ }GPIO_InitTypeDef; 第一个成员变量Pin是所操作的管脚,第二个Mode是模式选择,第三个Pull是上拉下拉,或者都不加,第四个Speed是速度选择,第五个是管脚复用功能。一般我们只操作前四个。
GPIO alternate function low register 编辑 编辑 图4 引脚0到7所用复用器 💩31:0ADRLy:端口x位y的复用功能选择(Alternate function selection for port x bit y) (y = 0..7) 这些位通过软件写入,用于配置复用功能 I/O。AFRLy 选择: 0000:AF0 ...