Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c455 static HAL_StatusTypeDef FMPI2C_Mem_ISR_DMA(struct __FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlag…
2993 hfmpi2c->XferISR = FMPI2C_Mem_ISR_DMA; in HAL_FMPI2C_Mem_Write_DMA()
3139 hfmpi2c->XferISR = FMPI2C_Mem_ISR_DMA; in HAL_FMPI2C_Mem_Read_DMA()
5532 static HAL_StatusTypeDef FMPI2C_Mem_ISR_DMA(struct __FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlag… in FMPI2C_Mem_ISR_DMA() function
7374 (hfmpi2c->XferISR != FMPI2C_Mem_ISR_DMA)) in FMPI2C_Enable_IRQ()