Searched refs:PKTCRC (Results 1 – 9 of 9) sorted by relevance
490 …__I uint32_t PKTCRC; /*!< [0x0060] I2C Packet Error Checking Byte Value Register … member
539 …__I uint32_t PKTCRC; /*!< [0x0060] I2C Packet Error Checking Byte Value Register … member
540 …__I uint32_t PKTCRC; /*!< [0x0060] I2C Packet Error Checking Byte Value Register … member
207 #define I2C_SMBUS_GET_PEC_VALUE(i2c) ((i2c)->PKTCRC)
197 #define I2C_SMBUS_GET_PEC_VALUE(i2c) ((i2c)->PKTCRC)
246 #define I2C_SMBUS_GET_PEC_VALUE(i2c) ((i2c)->PKTCRC)
563 return (uint8_t)i2c->PKTCRC; in I2C_SMBusGetPECValue()
580 return (uint8_t)i2c->PKTCRC; in I2C_SMBusGetPECValue()
616 return (uint8_t)i2c->PKTCRC; in I2C_SMBusGetPECValue()