Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h67 uint32_t RxFifoThreshold; /*!< Specifies the I3C Rx FIFO threshold level. member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c1707 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()