Searched refs:lowCount (Results 1 – 1 of 1) sorted by relevance
41 uint32_t periodCount, highCount, lowCount; in mcux_qtmr_pwm_set_cycles() local52 lowCount = period_cycles - pulse_cycles; in mcux_qtmr_pwm_set_cycles()57 if (lowCount > 0U) { in mcux_qtmr_pwm_set_cycles()58 lowCount -= 1U; in mcux_qtmr_pwm_set_cycles()61 if ((highCount > 0xFFFFU) || (lowCount > 0xFFFFU)) { in mcux_qtmr_pwm_set_cycles()76 config->base->CHANNEL[channel].COMP1 = (uint16_t)lowCount; in mcux_qtmr_pwm_set_cycles()80 config->base->CHANNEL[channel].CMPLD1 = (uint16_t)lowCount; in mcux_qtmr_pwm_set_cycles()