Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2c.c3570 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_IT() local
3623 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_IT()
3627 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_IT()
3665 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_DMA() local
3719 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_DMA()
3760 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3806 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3845 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Receive_IT() local
3899 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Receive_IT()
3903 if (Prev_State == I2C_STATE_MASTER_BUSY_RX) in HAL_I2C_Master_Seq_Receive_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2c.c3570 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_IT() local
3623 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_IT()
3627 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_IT()
3665 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_DMA() local
3719 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_DMA()
3760 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3806 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3845 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Receive_IT() local
3899 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Receive_IT()
3903 if (Prev_State == I2C_STATE_MASTER_BUSY_RX) in HAL_I2C_Master_Seq_Receive_IT()
[all …]
Dstm32f4xx_hal_smbus.c2286 uint32_t Prev_State = hsmbus->PreviousState; in SMBUS_Master_ADDR() local
2314 … if ((hsmbus->XferOptions == SMBUS_FIRST_FRAME) && (Prev_State != SMBUS_STATE_MASTER_BUSY_RX)) in SMBUS_Master_ADDR()
2322 … else if ((hsmbus->XferOptions == SMBUS_NEXT_FRAME) && (Prev_State != SMBUS_STATE_MASTER_BUSY_RX)) in SMBUS_Master_ADDR()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_i2c.c3672 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_IT() local
3725 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_IT()
3729 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_IT()
3767 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_DMA() local
3821 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_DMA()
3862 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3908 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3947 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Receive_IT() local
4001 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Receive_IT()
4005 if (Prev_State == I2C_STATE_MASTER_BUSY_RX) in HAL_I2C_Master_Seq_Receive_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_i2c.c3553 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_IT() local
3606 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_IT()
3610 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_IT()
3648 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Transmit_DMA() local
3702 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Transmit_DMA()
3743 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3789 …if ((Prev_State != I2C_STATE_MASTER_BUSY_TX) || (IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(XferOptions… in HAL_I2C_Master_Seq_Transmit_DMA()
3828 __IO uint32_t Prev_State = 0x00U; in HAL_I2C_Master_Seq_Receive_IT() local
3882 Prev_State = hi2c->PreviousState; in HAL_I2C_Master_Seq_Receive_IT()
3886 if (Prev_State == I2C_STATE_MASTER_BUSY_RX) in HAL_I2C_Master_Seq_Receive_IT()
[all …]
Dstm32l1xx_hal_smbus.c2286 uint32_t Prev_State = hsmbus->PreviousState; in SMBUS_Master_ADDR() local
2314 … if ((hsmbus->XferOptions == SMBUS_FIRST_FRAME) && (Prev_State != SMBUS_STATE_MASTER_BUSY_RX)) in SMBUS_Master_ADDR()
2322 … else if ((hsmbus->XferOptions == SMBUS_NEXT_FRAME) && (Prev_State != SMBUS_STATE_MASTER_BUSY_RX)) in SMBUS_Master_ADDR()