Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c8090 uint32_t active_flags = READ_REG(hi3c->Instance->EVR); in I3C_WaitOnDAAUntilTimeout() local
8092 while (((active_flags & (HAL_I3C_FLAG_FCF | HAL_I3C_FLAG_TXFNFF)) == 0U) && (status == HAL_OK)) in I3C_WaitOnDAAUntilTimeout()
8099 if ((active_flags & (HAL_I3C_FLAG_FCF | HAL_I3C_FLAG_TXFNFF)) == 0U) in I3C_WaitOnDAAUntilTimeout()
8120 active_flags = READ_REG(hi3c->Instance->EVR); in I3C_WaitOnDAAUntilTimeout()