Home
last modified time | relevance | path

Searched refs:I2C_STATE_NONE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c267 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro
442 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init()
475 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit()
1224 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_IT()
1301 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_IT()
1390 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Sequential_Transmit_IT()
1427 if((hi2c->PreviousState == I2C_STATE_MASTER_BUSY_RX) || (hi2c->PreviousState == I2C_STATE_NONE)) in HAL_I2C_Master_Sequential_Transmit_IT()
1490 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Sequential_Receive_IT()
1526 if((hi2c->PreviousState == I2C_STATE_MASTER_BUSY_TX) || (hi2c->PreviousState == I2C_STATE_NONE)) in HAL_I2C_Master_Sequential_Receive_IT()
1907 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_DMA()
[all …]
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2c.c278 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro
479 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init()
512 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit()
3951 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt()
4084 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt()
4144 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt()
4204 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITError()
4219 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITError()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c360 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro
582 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init()
625 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit()
5440 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt()
5613 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt()
5685 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt()
5754 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITError()
5769 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITError()