SparkFun Qwiic Current Sensor - ADE7953  v1.0.0-3-g9a02684
Arduino Library for the SparkFun Qwiic Current Sensor (ADE7953)
Loading...
Searching...
No Matches
sfe_ade7953_disnoload_reg_t Union Reference

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...
 

Detailed Description

Bitfield union for the 8-bit DISNOLOAD register (0x001).

Member Data Documentation

◆ 

struct { ... } sfe_ade7953_disnoload_reg_t::@5

◆ __pad0__

uint8_t sfe_ade7953_disnoload_reg_t::__pad0__

Reserved [bits 3-7].

◆ byte

uint8_t sfe_ade7953_disnoload_reg_t::byte

Raw register value for I2C read/write.

◆ disAP

uint8_t sfe_ade7953_disnoload_reg_t::disAP

Disable active power no-load detection [bit 0].

◆ disVA

uint8_t sfe_ade7953_disnoload_reg_t::disVA

Disable apparent power no-load detection [bit 2].

◆ disVAR

uint8_t sfe_ade7953_disnoload_reg_t::disVAR

Disable reactive power no-load detection [bit 1].


The documentation for this union was generated from the following file: