• 2022-06-05
    选择待设置的GPIO第7、8、9管脚位 ,正确的是()
    A: GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7 | GPIO_Pin_8 | GPIO_Pin_9;
    B: GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7+ GPIO_Pin_8 +GPIO_Pin_9;
    C: GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7&GPIO_Pin_8 &GPIO_Pin_9;
    D: 以上都不对
  • A,B

    内容

    • 0

      中国大学MOOC: 当引脚设置为GPIO功能时,下列哪一个寄存器与GPIO功能无关?

    • 1

      STM32F407的有组GPIO

    • 2

      GPIO口通过()来控制

    • 3

      A technician is installing a printer that uses a parallel cable to connect to a computer.  Which of the following pin configurations might the technician encounter? () A: 9 pin D-type B: 36 pin Centronics C: 25 pin Centronics D: 13 pin D-type E: 25 pin D-type

    • 4

      POR后要配置P6端口高4位为GPIO输入,低4位为GPIO输出,需用C语句(  )。