Searched refs:SMBUS_GET_PEC (Results 1 – 2 of 2) sorted by relevance
192 #define SMBUS_GET_PEC(__HANDLE__) (((__HANDLE__)->Instance->SR2 & I2C_SR2_PEC) >> 8) macro2111 hsmbus->XferPEC = SMBUS_GET_PEC(hsmbus); in SMBUS_MasterReceive_RXNE()2165 hsmbus->XferPEC = SMBUS_GET_PEC(hsmbus); in SMBUS_MasterReceive_BTF()2179 hsmbus->XferPEC = SMBUS_GET_PEC(hsmbus); in SMBUS_MasterReceive_BTF()2471 hsmbus->XferPEC = SMBUS_GET_PEC(hsmbus); in SMBUS_SlaveReceive_RXNE()