AM243x Motor Control SDK  09.02.00

Detailed Description

Defines the 64bit CSS structure.

Data Fields

float64_t tpt
 Test point. More...
 
float64_t T
 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

float64_t DCL_CSSF64::T

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.