You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The max length is 0x7FFF, not 0x8000 (1<<15). The latter already doesn't fit in 15 bits.
2. The max length is in duty value count, not in bytes, so there's no need to divide by sizeof(u16)
I have verified the max length is 15 bits on all chips.
0 commit comments