AM243x Motor Control SDK  09.02.00

Detailed Description

Defines the MLOG structure.

Data Fields

DCL_FDLOG captFrame [MLOG_CHANS]
 Capture data frames. More...
 
float32_tdata [MLOG_CHANS]
 Data channel pointers. More...
 
float32_t trigMax
 Upper trigger threshold. More...
 
float32_t trigMin
 Lower trigger threshold. More...
 
uint32_t tScale
 Number of samples per log write. More...
 
uint32_t sCount
 Sample counter. More...
 
uint32_t mode
 Operating mode. More...
 

Field Documentation

◆ captFrame

DCL_FDLOG dcl_mlog::captFrame[MLOG_CHANS]

Capture data frames.

◆ data

float32_t* dcl_mlog::data[MLOG_CHANS]

Data channel pointers.

◆ trigMax

float32_t dcl_mlog::trigMax

Upper trigger threshold.

◆ trigMin

float32_t dcl_mlog::trigMin

Lower trigger threshold.

◆ tScale

uint32_t dcl_mlog::tScale

Number of samples per log write.

◆ sCount

uint32_t dcl_mlog::sCount

Sample counter.

◆ mode

uint32_t dcl_mlog::mode

Operating mode.