8ff49301e5
Driver sets (period - 1) to ARR (auto-reload register) So we need to set period to (1 << 32) to get maximum 0xffffffff value in ARR. But period is uint32_t. So set it to 0 and it will ovelap to UINT32_MAX at pwmp->tim->ARR = pwmp->period - 1; |
||
---|---|---|
.. | ||
cypress | ||
kinetis | ||
stm32 | ||
chconf_common.h | ||
mpu_util.h | ||
rusefi_halconf.h |