DSCAACSTATUS
Last updated
Was this helpful?
Structure containing auto auto-calibration parameters for function dscAACGetStatus().
typedef struct {
BOOL pic_present;
BOOL pic_busy;
BOOL aac_hold;
BOOL aac_error;
BOOL aac_active;
} DSCAACSTATUS;Name
Description
Applicable Boards
pic_present
TRUE if PIC device is present, FALSE otherwise
Diamond-MM-32X-AT, Diamond-MM-32DX-AT
pic_busy
TRUE if PIC device is busy with an operation, FALSE otherwise
Diamond-MM-32X-AT, Diamond-MM-32DX-AT
aac_hold
TRUE if AAC Hold-Off is enabled, FALSE otherwise
Diamond-MM-32X-AT, Diamond-MM-32DX-AT
aac_error
TRUE if the last AAC command has failed, FALSE otherwise
Diamond-MM-32X-AT, Diamond-MM-32DX-AT
aac_active
TRUE if the AAC routing is currently running, FALSE otherwise
Diamond-MM-32X-AT, Diamond-MM-32DX-AT
Last updated
Was this helpful?
Was this helpful?