Class daisy::Dps310I2CTransport¶
ClassList > daisy > Dps310I2CTransport
#include <dps310.h>
Classes¶
| Type | Name |
|---|---|
| struct | Config |
Public Functions¶
| Type | Name |
|---|---|
| Dps310I2CTransport () |
|
| bool | GetError () |
| void | Init (Config config) |
| void | Read (uint8_t * data, uint16_t size) |
| uint16_t | Read16 (uint8_t reg) |
| uint32_t | Read24 (uint8_t reg) |
| uint8_t | Read8 (uint8_t reg) |
| void | ReadReg (uint8_t reg, uint8_t * buff, uint8_t size) |
| void | Write (uint8_t * data, uint16_t size) |
| void | Write8 (uint8_t reg, uint8_t value) |
| ~Dps310I2CTransport () |
Detailed Description¶
I2C Transport for Dps310
Public Functions Documentation¶
function Dps310I2CTransport¶
function GetError¶
function Init¶
function Read¶
function Read16¶
Reads a 16 bit value
Parameters:
regthe register address to read from
Returns:
the 16 bit data value read from the device
function Read24¶
Reads a 24 bit value
Parameters:
regthe register address to read from
Returns:
the 24 bit data value read from the device
function Read8¶
Reads an 8 bit value
Parameters:
regthe register address to read from
Returns:
the 16 bit data value read from the device
function ReadReg¶
Read from a reg address a defined number of bytes
function Write¶
function Write8¶
Writes an 8 bit value
Parameters:
regthe register address to write tovaluethe value to write to the register
function ~Dps310I2CTransport¶
The documentation for this class was generated from the following file external-docs/libDaisy/src/dev/dps310.h