Searched refs:CurrentMode (Results 1 – 6 of 6) sorted by relevance
4726 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local4732 if ((__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_BUSY) != RESET) && ((CurrentMode == HAL_I2C_MODE_MASTER) || in HAL_I2C_Master_Abort_IT()4733 (CurrentMode == HAL_I2C_MODE_MEM))) in HAL_I2C_Master_Abort_IT()4789 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_EV_IRQHandler() local4793 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_EV_IRQHandler()4842 if (CurrentMode == HAL_I2C_MODE_MEM) in HAL_I2C_EV_IRQHandler()4961 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_ER_IRQHandler() local4984 tmp1 = CurrentMode; in HAL_I2C_ER_IRQHandler()5002 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_ER_IRQHandler()5264 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_MasterTransmit_TXE() local[all …]
1534 uint32_t CurrentMode = hsmbus->Mode; in HAL_SMBUS_EV_IRQHandler() local1537 if (CurrentMode == HAL_SMBUS_MODE_MASTER) in HAL_SMBUS_EV_IRQHandler()
4828 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local4834 if ((__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_BUSY) != RESET) && ((CurrentMode == HAL_I2C_MODE_MASTER) || in HAL_I2C_Master_Abort_IT()4835 (CurrentMode == HAL_I2C_MODE_MEM))) in HAL_I2C_Master_Abort_IT()4891 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_EV_IRQHandler() local4895 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_EV_IRQHandler()4944 if (CurrentMode == HAL_I2C_MODE_MEM) in HAL_I2C_EV_IRQHandler()5063 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_ER_IRQHandler() local5089 tmp1 = CurrentMode; in HAL_I2C_ER_IRQHandler()5107 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_ER_IRQHandler()5369 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_MasterTransmit_TXE() local[all …]
4709 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local4715 if ((__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_BUSY) != RESET) && (CurrentMode == HAL_I2C_MODE_MASTER)) in HAL_I2C_Master_Abort_IT()4771 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_EV_IRQHandler() local4775 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_EV_IRQHandler()4824 if (CurrentMode == HAL_I2C_MODE_MEM) in HAL_I2C_EV_IRQHandler()4943 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_ER_IRQHandler() local4966 tmp1 = CurrentMode; in HAL_I2C_ER_IRQHandler()4984 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_ER_IRQHandler()5246 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_MasterTransmit_TXE() local5298 ((CurrentMode == HAL_I2C_MODE_MEM) && (CurrentState == HAL_I2C_STATE_BUSY_RX))) in I2C_MasterTransmit_TXE()[all …]