题目9单选题
使用标准库读取某个GPIO引脚的输入电平是哪个函数A. uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef*GPIOx,uint16_t GPIO_Pin)B. uint16_t GPIO_ReadInputData(GPIO_TypeDef*GPIOx)C. uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef*GPIOx,uint16_t GPIO_Pin)D. uint16_t GPIO_ReadOutputData(GPIO_TypeDef*GPIOx)