Searched refs:u32PktSize (Results 1 – 6 of 6) sorted by relevance
220 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize)) argument493 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize);
210 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize)) argument481 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize);
259 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize)) argument535 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize);
478 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize) in I2C_SMBusSetPacketByteCount() argument480 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()
495 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize) in I2C_SMBusSetPacketByteCount() argument497 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()
531 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize) in I2C_SMBusSetPacketByteCount() argument533 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()