Searched refs:highCount (Results 1 – 1 of 1) sorted by relevance
249 static inline void CMT_SetCarrirGenerateCountOne(CMT_Type *base, uint32_t highCount, uint32_t lowCo… in CMT_SetCarrirGenerateCountOne() argument251 assert(highCount <= CMT_CGH1_PH_MASK); in CMT_SetCarrirGenerateCountOne()252 assert(highCount); in CMT_SetCarrirGenerateCountOne()256 base->CGH1 = highCount; in CMT_SetCarrirGenerateCountOne()275 static inline void CMT_SetCarrirGenerateCountTwo(CMT_Type *base, uint32_t highCount, uint32_t lowCo… in CMT_SetCarrirGenerateCountTwo() argument277 assert(highCount <= CMT_CGH2_SH_MASK); in CMT_SetCarrirGenerateCountTwo()278 assert(highCount); in CMT_SetCarrirGenerateCountTwo()282 base->CGH2 = highCount; in CMT_SetCarrirGenerateCountTwo()
Completed in 4 milliseconds