Home
last modified time | relevance | path

Searched refs:LL_I3C_TXFIFO_THRESHOLD_4_4 (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h792 #define HAL_I3C_TXFIFO_THRESHOLD_4_4 LL_I3C_TXFIFO_THRESHOLD_4_4 /*!< Tx Fifo Threshold is 4 byte…
Dstm32h5xx_ll_i3c.h251 #define LL_I3C_TXFIFO_THRESHOLD_4_4 I3C_CFGR_TXTHRES macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_i3c.h792 #define HAL_I3C_TXFIFO_THRESHOLD_4_4 LL_I3C_TXFIFO_THRESHOLD_4_4 /*!< Tx Fifo Threshold is 4 byte…
Dstm32h7rsxx_ll_i3c.h254 #define LL_I3C_TXFIFO_THRESHOLD_4_4 I3C_CFGR_TXTHRES macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_i3c.h792 #define HAL_I3C_TXFIFO_THRESHOLD_4_4 LL_I3C_TXFIFO_THRESHOLD_4_4 /*!< Tx Fifo Threshold is 4 byte…
Dstm32n6xx_ll_i3c.h251 #define LL_I3C_TXFIFO_THRESHOLD_4_4 I3C_CFGR_TXTHRES macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c9095 if (LL_I3C_GetTxFIFOThreshold(hi3c->Instance) == LL_I3C_TXFIFO_THRESHOLD_4_4) in I3C_Xfer_PriorPreparation()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c9101 if (LL_I3C_GetTxFIFOThreshold(hi3c->Instance) == LL_I3C_TXFIFO_THRESHOLD_4_4) in I3C_Xfer_PriorPreparation()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c9095 if (LL_I3C_GetTxFIFOThreshold(hi3c->Instance) == LL_I3C_TXFIFO_THRESHOLD_4_4) in I3C_Xfer_PriorPreparation()