Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h295 #define FMPSMBUS_PEC_ENABLE FMPI2C_CR1_PECEN macro
586 ((PEC) == FMPSMBUS_PEC_ENABLE))
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c384 if ((hfmpsmbus->Init.PacketErrorCheckMode == FMPSMBUS_PEC_ENABLE) && \ in HAL_FMPSMBUS_Init()