Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1234 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()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h782 #define FMPI2C_RESET_CR2(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= \ macro