Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1212 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Transmit()
1218 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Transmit()
1332 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Receive()
1338 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Master_Receive()
2560 …erConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, FMPI2C_RELOAD_MODE, FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2565 …rConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, FMPI2C_AUTOEND_MODE, FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2597 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2603 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Write()
2737 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Read()
2743 FMPI2C_NO_STARTSTOP); in HAL_FMPI2C_Mem_Read()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h400 #define FMPI2C_NO_STARTSTOP (0x00000000U) macro
769 ((REQUEST) == FMPI2C_NO_STARTSTOP))