HF-AS5047U Driver  0.1.0-dev
HF-AS5047U C++ Driver
Loading...
Searching...
No Matches
AS5047U_REG::SINDATA Struct Reference

SINDATA – Raw digital sine channel data (0x3FFA, default 0x0000) More...

#include <as5047u_registers.hpp>

Public Attributes

union { 
 
   uint16_t   value 
 
   struct { 
 
      int16_t   SINDATA: 16 
 
   }   bits 
 
};  
 

Static Public Attributes

static constexpr uint16_t ADDRESS = 0x3FFA
 

Detailed Description

SINDATA – Raw digital sine channel data (0x3FFA, default 0x0000)

Bits Name R Description
0-15 SINDATA R Raw digital sine channel data (16-bit signed)

The SINDATA register provides the raw digital output of the sine channel from the sensor’s CORDIC engine. The value is a signed 16-bit integer.

Member Data Documentation

◆ [union]

union { ... } AS5047U_REG::SINDATA

◆ ADDRESS

constexpr uint16_t AS5047U_REG::SINDATA::ADDRESS = 0x3FFA
staticconstexpr

◆ [struct]

struct { ... } AS5047U_REG::SINDATA::bits

◆ SINDATA

int16_t AS5047U_REG::SINDATA::SINDATA

◆ value

uint16_t AS5047U_REG::SINDATA::value

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