Home
last modified time | relevance | path

Searched refs:pPayload (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1253 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/
Dstm32h7rsxx_hal_i3c.h1253 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/
Dstm32n6xx_hal_i3c.h1253 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/
Dstm32n6xx_hal_i3c.c6641 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/
Dstm32h7rsxx_hal_i3c.c6647 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/
Dstm32h5xx_hal_i3c.c6641 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()