Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1185 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Transmit()
1191 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Transmit()
1305 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Receive()
1311 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Receive()
2411 …erConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, FMPI2C_RELOAD_MODE, FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2416 …rConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, FMPI2C_AUTOEND_MODE, FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2448 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2454 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2588 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Read()
2594 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Read()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h397 #define FMPI2C_NO_STARTSTOP (0x00000000U) macro
766 ((REQUEST) == FMPI2C_NO_STARTSTOP))