Searched refs:TxFIFOThreshold (Results 1 – 3 of 3) sorted by relevance
1059 __STATIC_INLINE void LL_I3C_SetTxFIFOThreshold(I3C_TypeDef *I3Cx, uint32_t TxFIFOThreshold) in LL_I3C_SetTxFIFOThreshold() argument1061 MODIFY_REG(I3Cx->CFGR, I3C_CFGR_TXTHRES, TxFIFOThreshold); in LL_I3C_SetTxFIFOThreshold()
1062 __STATIC_INLINE void LL_I3C_SetTxFIFOThreshold(I3C_TypeDef *I3Cx, uint32_t TxFIFOThreshold) in LL_I3C_SetTxFIFOThreshold() argument1064 MODIFY_REG(I3Cx->CFGR, I3C_CFGR_TXTHRES, TxFIFOThreshold); in LL_I3C_SetTxFIFOThreshold()