Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c2023 const I3C_CCCTypeDef *pCCCDesc, in HAL_I3C_AddDescToFrame() argument
2044 hi3c->pCCCDesc = pCCCDesc; in HAL_I3C_AddDescToFrame()
2055 if ((pCCCDesc == NULL) || in HAL_I3C_AddDescToFrame()
2059 … (LL_I3C_CONTROLLER_MTYPE_DIRECT | I3C_DEFINE_BYTE_MASK)) && (pCCCDesc->CCCBuf.Size == 0U))) in HAL_I3C_AddDescToFrame()
8380 direction = hi3c->pCCCDesc[descr_index].Direction; in I3C_Xfer_PriorPreparation()
8389 global_rx_size += hi3c->pCCCDesc[descr_index].CCCBuf.Size - 1U; in I3C_Xfer_PriorPreparation()
8410 global_tx_size += hi3c->pCCCDesc[descr_index].CCCBuf.Size; in I3C_Xfer_PriorPreparation()
8426 hi3c->pCCCDesc[descr_index].CCCBuf.Size, in I3C_Xfer_PriorPreparation()
8433 global_rx_size += hi3c->pCCCDesc[descr_index].CCCBuf.Size; in I3C_Xfer_PriorPreparation()
8440 direction = hi3c->pCCCDesc[descr_index].Direction; in I3C_Xfer_PriorPreparation()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h389 …const I3C_CCCTypeDef *pCCCDesc; /*!< I3C CCC descriptor pointer … member
1078 const I3C_CCCTypeDef *pCCCDesc,