Searched refs:FMPI2C_ITError (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpi2c.c | 426 static void FMPI2C_ITError(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ErrorCode); 4493 FMPI2C_ITError(hfmpi2c, tmperror); in HAL_FMPI2C_ER_IRQHandler() 4822 FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE); in FMPI2C_Master_ISR_IT() 4850 FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE); in FMPI2C_Master_ISR_IT() 4942 FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode); in FMPI2C_Slave_ISR_IT() 5104 FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE); in FMPI2C_Master_ISR_DMA() 5132 FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE); in FMPI2C_Master_ISR_DMA() 5267 FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode); in FMPI2C_Slave_ISR_DMA() 5690 FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode); in FMPI2C_ITMasterCplt() 5866 FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode); in FMPI2C_ITSlaveCplt() [all …]
|