Searched refs:RxFIFOThreshold (Results 1 – 3 of 3) sorted by relevance
999 __STATIC_INLINE void LL_I3C_SetRxFIFOThreshold(I3C_TypeDef *I3Cx, uint32_t RxFIFOThreshold) in LL_I3C_SetRxFIFOThreshold() argument1001 MODIFY_REG(I3Cx->CFGR, I3C_CFGR_RXTHRES, RxFIFOThreshold); in LL_I3C_SetRxFIFOThreshold()
1002 __STATIC_INLINE void LL_I3C_SetRxFIFOThreshold(I3C_TypeDef *I3Cx, uint32_t RxFIFOThreshold) in LL_I3C_SetRxFIFOThreshold() argument1004 MODIFY_REG(I3Cx->CFGR, I3C_CFGR_RXTHRES, RxFIFOThreshold); in LL_I3C_SetRxFIFOThreshold()