Searched refs:nbFrame (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 1150 uint8_t nbFrame,
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i3c.h | 1150 uint8_t nbFrame,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i3c.h | 1150 uint8_t nbFrame,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 2164 uint8_t nbFrame, in HAL_I3C_AddDescToFrame() argument 2195 (nbFrame < 1U) || in HAL_I3C_AddDescToFrame() 2206 if ((pPrivateDesc == NULL) || (pXferData == NULL) || (nbFrame <= 0U)) in HAL_I3C_AddDescToFrame() 2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 2164 uint8_t nbFrame, in HAL_I3C_AddDescToFrame() argument 2195 (nbFrame < 1U) || in HAL_I3C_AddDescToFrame() 2206 if ((pPrivateDesc == NULL) || (pXferData == NULL) || (nbFrame <= 0U)) in HAL_I3C_AddDescToFrame() 2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 2164 uint8_t nbFrame, in HAL_I3C_AddDescToFrame() argument 2195 (nbFrame < 1U) || in HAL_I3C_AddDescToFrame() 2206 if ((pPrivateDesc == NULL) || (pXferData == NULL) || (nbFrame <= 0U)) in HAL_I3C_AddDescToFrame() 2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame()
|