在配置GPIO口过程中, 若用if (GpioDataRegs.GPADAT.bit.GPIO13 == 0)来检测该管脚电平高低,该如何计算检测的时间,是否可以忽略不计。在实际应用中,如果要求1us内检测出该管脚的电平,是否可以做到?
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.
在配置GPIO口过程中, 若用if (GpioDataRegs.GPADAT.bit.GPIO13 == 0)来检测该管脚电平高低,该如何计算检测的时间,是否可以忽略不计。在实际应用中,如果要求1us内检测出该管脚的电平,是否可以做到?