/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_i2c.c | 344 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro 566 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 609 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 1387 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive() 1757 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_IT() 1834 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_IT() 2041 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_DMA() 2194 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_DMA() 2877 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Read() 3000 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_IT() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_i2c.c | 326 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro 548 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 591 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 1692 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_IT() 1769 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_IT() 1976 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_DMA() 2131 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_DMA() 2894 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_IT() 2979 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Read_IT() 3074 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_i2c.c | 326 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro 548 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 591 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 1692 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_IT() 1769 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_IT() 1976 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_DMA() 2131 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_DMA() 2894 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_IT() 2979 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Read_IT() 3074 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_i2c.c | 326 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) … macro 548 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 591 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 1692 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_IT() 1769 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_IT() 1976 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Transmit_DMA() 2129 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Master_Receive_DMA() 2881 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_IT() 2966 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Read_IT() 3061 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Mem_Write_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6137 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6172 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6239 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6382 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6398 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6413 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6437 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6222 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6257 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6324 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6467 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6483 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6498 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6522 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6244 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6279 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6346 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6487 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6503 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6518 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6542 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6244 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6279 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6346 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6487 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6503 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6518 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6542 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6222 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6257 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6324 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6467 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6483 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6498 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6522 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6182 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6217 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6284 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6425 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6441 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6456 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6480 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6222 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6257 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6324 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6467 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6483 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6498 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6522 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6225 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6260 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6327 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6468 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6484 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6499 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6523 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6244 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6279 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6346 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6487 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6503 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6518 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6542 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6196 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6231 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6298 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6439 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6455 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6470 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6494 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6196 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6231 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6298 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6439 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6455 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6470 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6494 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6510 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6545 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6612 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6755 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6771 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6786 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6810 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6510 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6545 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6612 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6755 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6771 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6786 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6810 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 638 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 681 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6244 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6279 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6346 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6487 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6503 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6518 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6542 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6476 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6511 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6578 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6721 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6737 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6752 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6776 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6447 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6482 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6549 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6692 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6708 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6723 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6747 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 644 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 687 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6476 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6511 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6578 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6721 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6737 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6752 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6776 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 626 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 669 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 5978 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6013 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6164 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6180 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6195 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6219 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() 6383 hi2c->PreviousState = I2C_STATE_NONE; in I2C_TreatErrorCallback() [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 633 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 676 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6046 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6081 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6232 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6248 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6263 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6287 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() 6470 hi2c->PreviousState = I2C_STATE_NONE; in I2C_TreatErrorCallback() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_i2c.c | 362 #define I2C_STATE_NONE ((uint32_t)(HAL_I2C_MODE_NONE)) macro 639 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_Init() 682 hi2c->PreviousState = I2C_STATE_NONE; in HAL_I2C_DeInit() 6035 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6070 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITMasterCplt() 6233 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6249 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6264 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITSlaveCplt() 6288 hi2c->PreviousState = I2C_STATE_NONE; in I2C_ITListenCplt() 6498 hi2c->PreviousState = I2C_STATE_NONE; in I2C_TreatErrorCallback() [all …]
|