Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c406 static void I2C_ITError(I2C_HandleTypeDef *hi2c, uint32_t ErrorCode);
4371 I2C_ITError(hi2c, tmperror); in HAL_I2C_ER_IRQHandler()
4689 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_IT()
4716 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_IT()
4794 I2C_ITError(hi2c, hi2c->ErrorCode); in I2C_Slave_ISR_IT()
4957 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_DMA()
4984 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_DMA()
5083 I2C_ITError(hi2c, hi2c->ErrorCode); in I2C_Slave_ISR_DMA()
5466 I2C_ITError(hi2c, hi2c->ErrorCode); in I2C_ITMasterCplt()
5620 I2C_ITError(hi2c, hi2c->ErrorCode); in I2C_ITSlaveCplt()
[all …]
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2c.c328 static void I2C_ITError(I2C_HandleTypeDef *hi2c, uint32_t ErrorCode);
3024 I2C_ITError(hi2c, hi2c->ErrorCode); in HAL_I2C_ER_IRQHandler()
3334 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_IT()
3361 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_IT()
3564 I2C_ITError(hi2c, HAL_I2C_ERROR_SIZE); in I2C_Master_ISR_DMA()
3974 I2C_ITError(hi2c, hi2c->ErrorCode); in I2C_ITMasterCplt()
4091 I2C_ITError(hi2c, hi2c->ErrorCode); in I2C_ITSlaveCplt()
4184 static void I2C_ITError(I2C_HandleTypeDef *hi2c, uint32_t ErrorCode) in I2C_ITError() function
4429 I2C_ITError(hi2c, HAL_I2C_ERROR_DMA); in I2C_DMAError()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c288 static void I2C_ITError(I2C_HandleTypeDef *hi2c);
2156 I2C_ITError(hi2c); in HAL_I2C_Master_Abort_IT()
3438 I2C_ITError(hi2c); in HAL_I2C_ER_IRQHandler()
4333 I2C_ITError(hi2c); in I2C_Slave_STOPF()
4424 static void I2C_ITError(I2C_HandleTypeDef *hi2c) in I2C_ITError() function