Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_cmt.h249 static inline void CMT_SetCarrirGenerateCountOne(CMT_Type *base, uint32_t highCount, uint32_t lowCo… in CMT_SetCarrirGenerateCountOne() argument
251 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() argument
277 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