Functions
bcp_lld.c File Reference

This file contains the BCP configuration MMR APIs and Helper APIs useful in setting up the packet for BCP processing. It also contains various APIs required to retrieve and setup the BCP error keeping related registers. More...

#include <bcp_types.h>
#include <ti/drv/bcp/bcp_lld.h>

Functions

int32_t Bcp_addGlobalHeader (Bcp_GlobalHdrCfg *pGlobalHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addTMHeader (Bcp_TmHdrCfg *pTmHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addCRCHeader (Bcp_CrcHdrCfg *pCrcHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addxCdma_RMHeader (Bcp_RmHdr_xCdmaCfg *pRmHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addLte_RMHeader (Bcp_RmHdr_LteCfg *pRmHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addWiMax_RMHeader (Bcp_RmHdr_WiMaxCfg *pRmHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addEncoderHeader (Bcp_EncHdrCfg *pEncHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addModulatorHeader (Bcp_ModHdrCfg *pModHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addInterleaverHeader (Bcp_IntHdrCfg *pIntHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addCorrelationHeader (Bcp_CorHdrCfg *pCorHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addLTE_SSLHeader (Bcp_SslHdr_LteCfg *pSslHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addWCDMAFDD_SSLHeader (Bcp_SslHdr_WcdmaFddCfg *pSslHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addWCDMATDSCDMA_SSLHeader (Bcp_SslHdr_WcdmaTdScdmaCfg *pSslHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addWiMax_SSLHeader (Bcp_SslHdr_WiMaxCfg *pSslHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addDeinterleaverHeader (Bcp_DntHdrCfg *pDntHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addLTE_RDHeader (Bcp_RdHdr_LteCfg *pRdHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addxCdma_RDHeader (Bcp_RdHdr_xCdmaCfg *pRdHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_addDIOHeader (Bcp_DioHdrCfg *pDioHdrCfg, uint8_t *pData, uint32_t *pLen)
int32_t Bcp_lldOpen (uint8_t instNum, uint32_t cfgRegsBaseAddress, Bcp_LldObj *pBcpLldObj)
int32_t Bcp_lldClose (Bcp_LldObj *pBcpLldObj)

Detailed Description

This file contains the BCP configuration MMR APIs and Helper APIs useful in setting up the packet for BCP processing. It also contains various APIs required to retrieve and setup the BCP error keeping related registers.

============================================================================
(C) Copyright 2010, Texas Instruments, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of Texas Instruments Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ============================================================================


Copyright 2014, Texas Instruments Incorporated