Searched refs:lowCount (Results 1 – 3 of 3) sorted by relevance
226 …ic inline void CMT_SetCarrirGenerateCountOne(CMT_Type *base, uint32_t highCount, uint32_t lowCount) in CMT_SetCarrirGenerateCountOne() argument230 assert(lowCount <= CMT_CGL1_PL_MASK); in CMT_SetCarrirGenerateCountOne()231 assert(0U != lowCount); in CMT_SetCarrirGenerateCountOne()234 base->CGL1 = (uint8_t)lowCount; in CMT_SetCarrirGenerateCountOne()252 …ic inline void CMT_SetCarrirGenerateCountTwo(CMT_Type *base, uint32_t highCount, uint32_t lowCount) in CMT_SetCarrirGenerateCountTwo() argument256 assert(lowCount <= CMT_CGL2_SL_MASK); in CMT_SetCarrirGenerateCountTwo()257 assert(0U != lowCount); in CMT_SetCarrirGenerateCountTwo()260 base->CGL2 = (uint8_t)lowCount; in CMT_SetCarrirGenerateCountTwo()
174 uint32_t periodCount, highCount, lowCount; in QTMR_SetupPwm() local186 lowCount = periodCount - highCount; in QTMR_SetupPwm()192 if (lowCount > 0U) in QTMR_SetupPwm()194 lowCount -= 1U; in QTMR_SetupPwm()197 if ((highCount > 0xFFFFU) || (lowCount > 0xFFFFU)) in QTMR_SetupPwm()204 base->CHANNEL[channel].COMP1 = (uint16_t)lowCount; in QTMR_SetupPwm()208 base->CHANNEL[channel].CMPLD1 = (uint16_t)lowCount; in QTMR_SetupPwm()
162 uint32_t periodCount, highCount, lowCount; in QTMR_SetupPwm() local174 lowCount = periodCount - highCount; in QTMR_SetupPwm()177 base->COMP1 = (uint16_t)lowCount; in QTMR_SetupPwm()181 base->CMPLD1 = (uint16_t)lowCount; in QTMR_SetupPwm()