Searched refs:active_flags (Results 1 – 1 of 1) sorted by relevance
8090 uint32_t active_flags = READ_REG(hi3c->Instance->EVR); in I3C_WaitOnDAAUntilTimeout() local8092 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()