#include <dps310.h>
◆ Dps310I2CTransport()
daisy::Dps310I2CTransport::Dps310I2CTransport |
( |
| ) |
|
|
inline |
◆ ~Dps310I2CTransport()
daisy::Dps310I2CTransport::~Dps310I2CTransport |
( |
| ) |
|
|
inline |
◆ GetError()
bool daisy::Dps310I2CTransport::GetError |
( |
| ) |
|
|
inline |
◆ Init()
void daisy::Dps310I2CTransport::Init |
( |
Config | config | ) |
|
|
inline |
◆ Read()
void daisy::Dps310I2CTransport::Read |
( |
uint8_t * | data, |
|
|
uint16_t | size ) |
|
inline |
◆ Read16()
uint16_t daisy::Dps310I2CTransport::Read16 |
( |
uint8_t | reg | ) |
|
|
inline |
Reads a 16 bit value
- Parameters
-
reg | the register address to read from |
- Returns
- the 16 bit data value read from the device
◆ Read24()
uint32_t daisy::Dps310I2CTransport::Read24 |
( |
uint8_t | reg | ) |
|
|
inline |
Reads a 24 bit value
- Parameters
-
reg | the register address to read from |
- Returns
- the 24 bit data value read from the device
◆ Read8()
uint8_t daisy::Dps310I2CTransport::Read8 |
( |
uint8_t | reg | ) |
|
|
inline |
Reads an 8 bit value
- Parameters
-
reg | the register address to read from |
- Returns
- the 16 bit data value read from the device
◆ ReadReg()
void daisy::Dps310I2CTransport::ReadReg |
( |
uint8_t | reg, |
|
|
uint8_t * | buff, |
|
|
uint8_t | size ) |
|
inline |
Read from a reg address a defined number of bytes
◆ Write()
void daisy::Dps310I2CTransport::Write |
( |
uint8_t * | data, |
|
|
uint16_t | size ) |
|
inline |
◆ Write8()
void daisy::Dps310I2CTransport::Write8 |
( |
uint8_t | reg, |
|
|
uint8_t | value ) |
|
inline |
Writes an 8 bit value
- Parameters
-
reg | the register address to write to |
value | the value to write to the register |
The documentation for this class was generated from the following file: