This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于MSP432 GPIO的Driverlib的问题

在MSP432中有明确的可以使用PORTA  从P1与P2口写入或读取1个字的表述,但在User guide 中,关于GPIO读取的函数只有

uint8_t GPIO_getInputPinValue ( uint_fast8_t selectedPort, uint_fast16_t selectedPins ),这个函数似乎只能读取一个字节。 我想请问专家们一下,在DriverLib是不是不支持这个功能啊?