|
SparkFun Qwiic Current Sensor - ADE7953
v1.0.0-3-g9a02684
Arduino Library for the SparkFun Qwiic Current Sensor (ADE7953)
|
Bitfield union for the 8-bit DISNOLOAD register (0x001). More...
#include <sfDevADE7953.h>
Public Attributes | |
| struct { | |
| uint8_t disAP: 1 | |
| Disable active power no-load detection [bit 0]. More... | |
| uint8_t disVAR: 1 | |
| Disable reactive power no-load detection [bit 1]. More... | |
| uint8_t disVA: 1 | |
| Disable apparent power no-load detection [bit 2]. More... | |
| uint8_t __pad0__: 5 | |
| Reserved [bits 3-7]. More... | |
| }; | |
| uint8_t | byte |
| Raw register value for I2C read/write. More... | |
Bitfield union for the 8-bit DISNOLOAD register (0x001).
| struct { ... } sfe_ade7953_disnoload_reg_t::@5 |
| uint8_t sfe_ade7953_disnoload_reg_t::__pad0__ |
Reserved [bits 3-7].
| uint8_t sfe_ade7953_disnoload_reg_t::byte |
Raw register value for I2C read/write.
| uint8_t sfe_ade7953_disnoload_reg_t::disAP |
Disable active power no-load detection [bit 0].
| uint8_t sfe_ade7953_disnoload_reg_t::disVA |
Disable apparent power no-load detection [bit 2].
| uint8_t sfe_ade7953_disnoload_reg_t::disVAR |
Disable reactive power no-load detection [bit 1].