Home
last modified time | relevance | path

Searched refs:lowCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/cmt/
Dfsl_cmt.h226 …ic inline void CMT_SetCarrirGenerateCountOne(CMT_Type *base, uint32_t highCount, uint32_t lowCount) in CMT_SetCarrirGenerateCountOne() argument
230 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() argument
256 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/qtmr_1/
Dfsl_qtmr.c174 uint32_t periodCount, highCount, lowCount; in QTMR_SetupPwm() local
186 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/qtmr_2/
Dfsl_qtmr.c162 uint32_t periodCount, highCount, lowCount; in QTMR_SetupPwm() local
174 lowCount = periodCount - highCount; in QTMR_SetupPwm()
177 base->COMP1 = (uint16_t)lowCount; in QTMR_SetupPwm()
181 base->CMPLD1 = (uint16_t)lowCount; in QTMR_SetupPwm()