AM263x Motor Control SDK  09.00.00
DCL_CSSF64 Struct Reference

Detailed Description

Defines the 64bit CSS structure.

Data Fields

float64_t tpt
 Test point. More...
 
float64_t t_sec
 Controller period in seconds. More...
 
volatile uint32_t sts
 Status word. More...
 
uint32_t err_line
 Error location line (errno) More...
 
uint32_t err
 Error status code. More...
 
const char * err_func
 Error function name. More...
 

Field Documentation

◆ tpt

float64_t DCL_CSSF64::tpt

Test point.

◆ t_sec

float64_t DCL_CSSF64::t_sec

Controller period in seconds.

◆ sts

volatile uint32_t DCL_CSSF64::sts

Status word.

◆ err_line

uint32_t DCL_CSSF64::err_line

Error location line (errno)

◆ err

uint32_t DCL_CSSF64::err

Error status code.

◆ err_func

const char* DCL_CSSF64::err_func

Error function name.