Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_qdec.c531 void QDEC_SetVcUpLmt(QDEC_TypeDef *QDec, u32 limt) in QDEC_SetVcUpLmt() argument
534 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() argument
549 assert_param(limt <= 0xffff); in QDEC_SetVcLowLmt()
552 QDec->QDEC_VCOMP |= limt; in QDEC_SetVcLowLmt()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_qdec.h284 void QDEC_SetVcUpLmt(QDEC_TypeDef *QDec, u32 limt);
285 void QDEC_SetVcLowLmt(QDEC_TypeDef *QDec, u32 limt);

Completed in 4 milliseconds