bitactiion就是一个枚举类型的变量,表示这个位是高电平还是低电平。在库文件stm32f10x_gpio中,有说:typedef enum { Bit_RESET = 0,Bit_SET=1;}BitAction;