SALLD General Control Info Control Bit Definitions
[SA LLD Constants (enums and defines)]

SALLD General Control Info Control Bit Definitions

Bitmap definition of the ctrlBitfield in Sa_GenCtrlInfo_t. It allows selective enabling/disabling of specific SALLD operations



#define sa_CONTROLINFO_CTRL_TX_ON   0x0001
#define sa_CONTROLINFO_CTRL_RX_ON   0x0002
#define sa_CONTROLINFO_CTRL_TX_RX_MASK   0x0003
#define sa_CONTROLINFO_CTRL_SW_ONLY   0x0008
#define sa_CONTROLINFO_CTRL_OP_MASK   0x000b

Define Documentation

#define sa_CONTROLINFO_CTRL_OP_MASK   0x000b

Control Info -- Operation Control Bit Mask

Definition at line 818 of file salld.h.

#define sa_CONTROLINFO_CTRL_RX_ON   0x0002

Control Info -- Enable Rx

Definition at line 799 of file salld.h.

#define sa_CONTROLINFO_CTRL_SW_ONLY   0x0008

Control Info -- Software support only. It is used for the protocols which are not supported by the SA firmware such as SRTCP.

Definition at line 812 of file salld.h.

#define sa_CONTROLINFO_CTRL_TX_ON   0x0001

Control Info -- Enable Tx

Definition at line 794 of file salld.h.

#define sa_CONTROLINFO_CTRL_TX_RX_MASK   0x0003

Control Info -- Tx/Rx Control Bit Mask

Definition at line 805 of file salld.h.


Copyright 2014, Texas Instruments Incorporated