Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h770 #define HAL_I3C_DIRECTION_READ LL_I3C_DIRECTION_READ /*!< Read transfer */ macro
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c8383 if (((option & I3C_DEFINE_BYTE_MASK) != 0U) && (direction == HAL_I3C_DIRECTION_READ)) in I3C_Xfer_PriorPreparation()
8731 if (hi3c->pPrivateDesc->Direction == HAL_I3C_DIRECTION_READ) in I3C_ControlBuffer_PriorPreparation()