Searched refs:PWM_MAX_PERIOD_COUNT (Results 1 – 1 of 1) sorted by relevance
118 static const uint32_t PWM_MAX_PERIOD_COUNT = (0xFFFFFF); variable618 if ((period == 0) || (period <= duty) || (period > PWM_MAX_PERIOD_COUNT)) { in PWMTimerCC32XX_setPeriod()673 if ((period == 0) || (period < duty) || (period > PWM_MAX_PERIOD_COUNT)) { in PWMTimerCC32XX_setDutyAndPeriod()