Searched refs:limt (Results 1 – 2 of 2) sorted by relevance
531 void QDEC_SetVcUpLmt(QDEC_TypeDef *QDec, u32 limt) in QDEC_SetVcUpLmt() argument534 assert_param(limt <= 0xffff); in QDEC_SetVcUpLmt()537 QDec->QDEC_VCOMP |= limt << 16; in QDEC_SetVcUpLmt()546 void QDEC_SetVcLowLmt(QDEC_TypeDef *QDec, u32 limt) in QDEC_SetVcLowLmt() argument549 assert_param(limt <= 0xffff); in QDEC_SetVcLowLmt()552 QDec->QDEC_VCOMP |= limt; in QDEC_SetVcLowLmt()
284 void QDEC_SetVcUpLmt(QDEC_TypeDef *QDec, u32 limt);285 void QDEC_SetVcLowLmt(QDEC_TypeDef *QDec, u32 limt);
Completed in 4 milliseconds