Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1204 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_Master_Transmit()
1324 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_Master_Receive()
1454 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_Slave_Transmit()
1580 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_Slave_Receive()
2468 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_Mem_Write()
2607 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_Mem_Read()
3145 tmp1 = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_IsDeviceReady()
3167 tmp1 = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_IsDeviceReady()
3175 …if (FMPI2C_WaitOnFlagUntilTimeout(hfmpi2c, FMPI2C_FLAG_STOPF, RESET, Timeout, tickstart) != HAL_OK) in HAL_FMPI2C_IsDeviceReady()
3181 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF); in HAL_FMPI2C_IsDeviceReady()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h430 #define FMPI2C_FLAG_STOPF FMPI2C_ISR_STOPF macro