Searched refs:FMPI2C_RESET_CR2 (Results 1 – 2 of 2) sorted by relevance
1234 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Master_Transmit()1354 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Master_Receive()2620 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Mem_Write()2759 FMPI2C_RESET_CR2(hfmpi2c); in HAL_FMPI2C_Mem_Read()6192 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_ITMasterCplt()6344 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_ITSlaveCplt()7158 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_WaitOnRXNEFlagUntilTimeout()7309 FMPI2C_RESET_CR2(hfmpi2c); in FMPI2C_IsErrorOccurred()
782 #define FMPI2C_RESET_CR2(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= \ macro