Cppi_TxChInitCfg Struct Reference
[CPPI Low Level Driver Data Structures]

CPPI transmit channel configuration structure. More...

#include <cppi_drv.h>

Data Fields

int32_t channelNum
Cppi_ChState txEnable
uint8_t priority
uint16_t filterEPIB
uint16_t filterPS
uint16_t aifMonoMode

Detailed Description

CPPI transmit channel configuration structure.


Field Documentation

AIF Specific Monolithic Packet Mode. This field when set indicates that all monolithic packets which will be transferred on this channel will be formatted in an optimal configuration as needed by the Antenna Interface Peripheral. The AIF configuration uses a fixed descriptor format which includes the 3 mandatory descriptor info words, a single Protocol Specific Word and data immediately following (data offset = 16).

Channel number If channelNum is set to CPPI_PARAM_NOT_SPECIFIED then the next available channel will be allocated

Tx Filter Software Info. This field controls whether or not the DMA controller will pass the extended packet information fields (if present) from the descriptor to the back end application. 0 - DMA controller will pass extended packet info fields if they are present in the descriptor 1 - DMA controller will filter extended packet info fields

Filter Protocol Specific Words. This field controls whether or not the DMA controller will pass the protocol specific words (if present) from the descriptor to the back end application. 0 - DMA controller will pass PS words if present in descriptor 1 - DMA controller will filter PS words

Tx scheduling priority for channelNum

Enable Tx Channel on creation. If not set use CPPI_channelEnable() API to enable it later


The documentation for this struct was generated from the following file:

Copyright 2012, Texas Instruments Incorporated