Searched refs:pPayload (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 1253 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, 1255 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, uint8_t p…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i3c.h | 1253 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, 1255 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, uint8_t p…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i3c.h | 1253 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, 1255 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, uint8_t p…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 6641 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, in HAL_I3C_Tgt_IBIReq() argument 6700 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq() 6713 payload_value |= ((uint32_t)pPayload[index] << (index * 8U)); in HAL_I3C_Tgt_IBIReq() 6772 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, uint8_t p… in HAL_I3C_Tgt_IBIReq_IT() argument 6830 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq_IT() 6843 payload_value |= ((uint32_t)pPayload[index] << (index * 8U)); in HAL_I3C_Tgt_IBIReq_IT()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 6647 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, in HAL_I3C_Tgt_IBIReq() argument 6706 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq() 6719 payload_value |= ((uint32_t)pPayload[index] << (index * 8U)); in HAL_I3C_Tgt_IBIReq() 6778 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, uint8_t p… in HAL_I3C_Tgt_IBIReq_IT() argument 6836 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq_IT() 6849 payload_value |= ((uint32_t)pPayload[index] << (index * 8U)); in HAL_I3C_Tgt_IBIReq_IT()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 6641 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, in HAL_I3C_Tgt_IBIReq() argument 6700 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq() 6713 payload_value |= ((uint32_t)pPayload[index] << (index * 8U)); in HAL_I3C_Tgt_IBIReq() 6772 HAL_StatusTypeDef HAL_I3C_Tgt_IBIReq_IT(I3C_HandleTypeDef *hi3c, const uint8_t *pPayload, uint8_t p… in HAL_I3C_Tgt_IBIReq_IT() argument 6830 if ((pPayload == NULL) || (payloadSize == 0U)) in HAL_I3C_Tgt_IBIReq_IT() 6843 payload_value |= ((uint32_t)pPayload[index] << (index * 8U)); in HAL_I3C_Tgt_IBIReq_IT()
|