Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2c.c4726 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local
4732 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() local
4793 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() local
4984 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 …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2c.c4726 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local
4732 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() local
4793 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() local
4984 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 …]
Dstm32f4xx_hal_smbus.c1534 uint32_t CurrentMode = hsmbus->Mode; in HAL_SMBUS_EV_IRQHandler() local
1537 if (CurrentMode == HAL_SMBUS_MODE_MASTER) in HAL_SMBUS_EV_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_i2c.c4828 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local
4834 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() local
4895 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() local
5089 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 …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_i2c.c4709 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local
4715 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() local
4775 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() local
4966 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() local
5298 ((CurrentMode == HAL_I2C_MODE_MEM) && (CurrentState == HAL_I2C_STATE_BUSY_RX))) in I2C_MasterTransmit_TXE()
[all …]
Dstm32l1xx_hal_smbus.c1534 uint32_t CurrentMode = hsmbus->Mode; in HAL_SMBUS_EV_IRQHandler() local
1537 if (CurrentMode == HAL_SMBUS_MODE_MASTER) in HAL_SMBUS_EV_IRQHandler()