Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h293 #define FMPSMBUS_PEC_ENABLE FMPI2C_CR1_PECEN macro
587 ((PEC) == FMPSMBUS_PEC_ENABLE))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c392 if ((hfmpsmbus->Init.PacketErrorCheckMode == FMPSMBUS_PEC_ENABLE) && \ in HAL_FMPSMBUS_Init()