Searched refs:handle_state (Results 1 – 3 of 3) sorted by relevance
2167 HAL_I3C_StateTypeDef handle_state; in HAL_I3C_AddDescToFrame() local2178 handle_state = hi3c->State; in HAL_I3C_AddDescToFrame()2216 if ((handle_state == HAL_I3C_STATE_READY) || (handle_state == HAL_I3C_STATE_LISTEN)) in HAL_I3C_AddDescToFrame()2254 HAL_I3C_StateTypeDef handle_state; in HAL_I3C_Ctrl_SetConfigResetPattern() local2269 handle_state = hi3c->State; in HAL_I3C_Ctrl_SetConfigResetPattern()2278 else if ((handle_state != HAL_I3C_STATE_READY) && (handle_state != HAL_I3C_STATE_LISTEN)) in HAL_I3C_Ctrl_SetConfigResetPattern()2748 HAL_I3C_StateTypeDef handle_state; in HAL_I3C_Ctrl_TransmitCCC() local2762 handle_state = hi3c->State; in HAL_I3C_Ctrl_TransmitCCC()2778 else if ((handle_state != HAL_I3C_STATE_READY) && (handle_state != HAL_I3C_STATE_LISTEN)) in HAL_I3C_Ctrl_TransmitCCC()2907 HAL_I3C_StateTypeDef handle_state; in HAL_I3C_Ctrl_TransmitCCC_IT() local[all …]