Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h499 #define __HAL_FMPI2C_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CR1 &= … macro
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c5050 __HAL_FMPI2C_DISABLE_IT(hfmpi2c, FMPI2C_IT_TCI); in FMPI2C_Master_ISR_DMA()
6821 __HAL_FMPI2C_DISABLE_IT(hfmpi2c, tmpisr); in FMPI2C_Disable_IRQ()