Searched refs:FMPSMBUS_NO_STARTSTOP (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpsmbus.c | 1007 FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Master_Transmit_IT() 1121 FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Master_Receive_IT() 1188 FMPSMBUS_TransferConfig(hfmpsmbus, DevAddress, 1, FMPSMBUS_AUTOEND_MODE, FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Master_Abort_IT() 1277 FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Slave_Transmit_IT() 1283 FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Slave_Transmit_IT() 1370 FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Slave_Receive_IT() 1374 …nsferConfig(hfmpsmbus, 0, 1, hfmpsmbus->XferOptions | FMPSMBUS_RELOAD_MODE, FMPSMBUS_NO_STARTSTOP); in HAL_FMPSMBUS_Slave_Receive_IT() 2031 FMPSMBUS_NO_STARTSTOP); in FMPSMBUS_Master_ISR() 2038 FMPSMBUS_NO_STARTSTOP); in FMPSMBUS_Master_ISR() 2272 FMPSMBUS_TransferConfig(hfmpsmbus, 0, 1, hfmpsmbus->XferOptions, FMPSMBUS_NO_STARTSTOP); in FMPSMBUS_Slave_ISR() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_fmpsmbus.h | 324 #define FMPSMBUS_NO_STARTSTOP (0x00000000U) macro 607 ((REQUEST) == FMPSMBUS_NO_STARTSTOP))
|