|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
This is the complete list of members for AXP2101Core, including all inherited members.
| _addr | DeviceBeginCommon | protected |
| _iface | DeviceBeginCommon | protected |
| afterCommReady() | DeviceBeginCommon | inlineprotectedvirtual |
| afterInitSuccess(uint8_t param) | DeviceBeginCommon | inlineprotectedvirtual |
| AXP2101Core()=default | AXP2101Core | |
| beforeBegin() | DeviceBeginCommon | inlineprotectedvirtual |
| begin(SensorCommCustom::CustomCallback cb, SensorCommCustomHal::CustomHalCallback hal_cb, uint8_t addr) | I2CDeviceWithHal | inline |
| beginLifecycle(uint8_t addr, uint8_t iface, uint8_t initParam, CreateComm createComm) | DeviceBeginCommon | inlineprotected |
| clearCommState() | DeviceBeginCommon | inlineprotected |
| clrRegBit(uint8_t reg, uint8_t bit) | SensorCommWrapper | inline |
| comm | DeviceBeginCommon | protected |
| DeviceBeginCommon()=default | DeviceBeginCommon | protected |
| enableModule(Module module, bool enable) | AXP2101Core | |
| ensureValid() const override | I2CDeviceWithHal | inlineprotectedvirtual |
| fail() | DeviceBeginCommon | inlineprotected |
| getAddress() const | DeviceBeginCommon | inline |
| getComm() const override | DeviceBeginCommon | inlineprotectedvirtual |
| getInterface() const | DeviceBeginCommon | inline |
| getRegBit(uint8_t reg, uint8_t bit) | SensorCommWrapper | inline |
| hal | DeviceBeginCommon | protected |
| isModuleEnabled(Module module) | AXP2101Core | |
| Module enum name | AXP2101Core | |
| onBeginFail() | DeviceBeginCommon | inlineprotectedvirtual |
| readBuff(uint8_t *buf, size_t len) const | SensorCommWrapper | inline |
| readReg(uint8_t reg) const | SensorCommWrapper | inline |
| readRegBuff(uint8_t reg, uint8_t *buf, size_t len) const | SensorCommWrapper | inline |
| SensorCommWrapper()=default | SensorCommWrapper | |
| setAck(bool enable) | SensorCommWrapper | inline |
| setAddress(uint8_t address) | SensorCommWrapper | inline |
| setRegBit(uint8_t reg, uint8_t bit) | SensorCommWrapper | inline |
| setWatchdogConfig(WatchdogConfig config) | AXP2101Core | |
| staticComm | DeviceBeginCommon | protected |
| updateBits(uint8_t reg, uint8_t mask, uint8_t value_shifted) | SensorCommWrapper | inline |
| WatchdogConfig enum name | AXP2101Core | |
| writeBuff(uint8_t *buf, size_t len) | SensorCommWrapper | inline |
| writeReg(uint8_t reg, uint8_t val) | SensorCommWrapper | inline |
| writeRegBuff(uint8_t reg, uint8_t *buf, size_t len) | SensorCommWrapper | inline |
| writeThenRead(const uint8_t *write_buffer, size_t write_len, uint8_t *read_buffer, size_t read_len) | SensorCommWrapper | inline |
| ~AXP2101Core()=default | AXP2101Core | |
| ~DeviceBeginCommon() | DeviceBeginCommon | inlinevirtual |
| ~SensorCommInterface()=default | SensorCommInterface | virtual |