Doubts about the inconsistency of bit width between ll library and standard library timer input capture return value data
Hello everyone, when debugging, we found that the input capture return value of ll library is different from that of standard library. Ll library forces the return value to 32-bit, which is originally only 16 bit, as mentioned above
Capturedvalue (between min? Data = 0 and max? Data = 65535), but it's still 32-bit. If you don't understand, the standard library doesn't have this way, and it returns directly,
LL Library

Standard library

I hope you can help me, thank you!
