Home
last modified time | relevance | path

Searched refs:SMBUS_STATE_NONE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_smbus.c196 #define SMBUS_STATE_NONE ((uint32_t)(HAL_SMBUS_MODE_NONE)) … macro
382 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Init()
426 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_DeInit()
936 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Master_Transmit_IT()
1021 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Master_Receive_IT()
1057 …smbus->PreviousState == SMBUS_STATE_MASTER_BUSY_TX) || (hsmbus->PreviousState == SMBUS_STATE_NONE)) in HAL_SMBUS_Master_Receive_IT()
1071 if (hsmbus->PreviousState == SMBUS_STATE_NONE) in HAL_SMBUS_Master_Receive_IT()
1128 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Master_Abort_IT()
2057 hsmbus->PreviousState = SMBUS_STATE_NONE; in SMBUS_MasterTransmit_BTF()
2131 hsmbus->PreviousState = SMBUS_STATE_NONE; in SMBUS_MasterReceive_RXNE()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_smbus.c196 #define SMBUS_STATE_NONE ((uint32_t)(HAL_SMBUS_MODE_NONE)) … macro
381 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Init()
425 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_DeInit()
924 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Master_Transmit_IT()
1009 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Master_Receive_IT()
1045 …smbus->PreviousState == SMBUS_STATE_MASTER_BUSY_TX) || (hsmbus->PreviousState == SMBUS_STATE_NONE)) in HAL_SMBUS_Master_Receive_IT()
1059 if (hsmbus->PreviousState == SMBUS_STATE_NONE) in HAL_SMBUS_Master_Receive_IT()
1116 hsmbus->PreviousState = SMBUS_STATE_NONE; in HAL_SMBUS_Master_Abort_IT()
2113 hsmbus->PreviousState = SMBUS_STATE_NONE; in SMBUS_MasterReceive_RXNE()
2192 hsmbus->PreviousState = SMBUS_STATE_NONE; in SMBUS_MasterReceive_BTF()
[all …]