Searched refs:RxFifoThreshold (Results 1 – 2 of 2) sorted by relevance
67 uint32_t RxFifoThreshold; /*!< Specifies the I3C Rx FIFO threshold level. member
1707 assert_param(IS_I3C_RXFIFOTHRESHOLD_VALUE(pConfig->RxFifoThreshold)); in HAL_I3C_SetConfigFifo()1710 cfgr_value = (pConfig->TxFifoThreshold | pConfig->RxFifoThreshold); in HAL_I3C_SetConfigFifo()2425 pConfig->RxFifoThreshold = LL_I3C_GetRxFIFOThreshold(hi3c->Instance); in HAL_I3C_GetConfigFifo()