Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1207 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Master_Transmit()
1327 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Master_Receive()
2471 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Mem_Write()
2610 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Mem_Read()
5657 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_ITMasterCplt()
5803 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_ITSlaveCplt()
6511 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_WaitOnRXNEFlagUntilTimeout()
6636 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h779 #define FMPI2C_RESET_CR2(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= \ macro