Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1179 …HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, uint8_t *pPayload, uint8_t payloadSize, uint32_t timeo…
1180 …atusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, uint8_t *pPayload, uint8_t payloadSize);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c6267 …HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, uint8_t *pPayload, uint8_t payloadSize, uint32_t timeo… in HAL_I3C_Tgt_IBIReq() argument
6325 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq()
6336 for (uint32_t index = 0U; index < payloadSize; index++) in HAL_I3C_Tgt_IBIReq()
6352 LL_I3C_TargetHandleMessage(hi3c->Instance, LL_I3C_TARGET_MTYPE_IBI, payloadSize); in HAL_I3C_Tgt_IBIReq()
6397 …tatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, uint8_t *pPayload, uint8_t payloadSize) in HAL_I3C_Tgt_IBIReq_IT() argument
6455 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq_IT()
6466 for (uint32_t index = 0U; index < payloadSize; index++) in HAL_I3C_Tgt_IBIReq_IT()
6480 LL_I3C_TargetHandleMessage(hi3c->Instance, LL_I3C_TARGET_MTYPE_IBI, payloadSize); in HAL_I3C_Tgt_IBIReq_IT()