Searched refs:DPS310State (Results 1 – 1 of 1) sorted by relevance
19 typedef struct DPS310State { struct29 } DPS310State; typedef32 #define DPS310(obj) OBJECT_CHECK(DPS310State, (obj), TYPE_DPS310)61 DPS310State *s = DPS310(dev); in dps310_reset()79 static uint8_t dps310_read(DPS310State *s, uint8_t reg) in dps310_read()109 static void dps310_write(DPS310State *s, uint8_t reg, uint8_t data) in dps310_write()138 DPS310State *s = DPS310(i2c); in dps310_rx()149 DPS310State *s = DPS310(i2c); in dps310_tx()167 DPS310State *s = DPS310(i2c); in dps310_event()192 VMSTATE_UINT8(len, DPS310State),[all …]