repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/FB_W2100_SCU_MEA256/Device_config.h | #ifndef DEVICE_CONFIG_H_
#define DEVICE_CONFIG_H_
#define DEVICE_REGISTER(reg) (*(volatile Uint32 *)(0xa0000000+(reg<<2)))
// enable for W2100
#define _W2100
// enable for SCU based devices
//#define _SCU
#define INCLUDE_HS1_DATA
//#define INCLUDE_HS2_DATA
#define INCLUDE_IF_DATA
//#define INCL... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c64xplus_intc_src/src/intc/csl_intcExcep.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/srio/csl_srioHwControl.c | <filename>DSP/TI-Header/csl_c6455_src/src/srio/csl_srioHwControl.c<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agr... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_pwrdwn.h | <filename>DSP/TI-Header/csl_c6455_src/inc/csl_pwrdwn.h
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/FB_W2100_SCU_MEA256/main.c | #include <stdio.h>
#include <string.h>
#include <cslr_pllc.h>
#include <cslr_gpio.h>
#include <cslr_emifa.h>
#include <cslr_ddr2.h>
#include <cslr_dev.h>
#include <cslr_intc.h>
#include <cslr_chip.h>
#include <cslr_edma3cc.h>
#include <soc.h>
#include <c6x.h>
#include "main.h"
#include "version.h"
... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/dat/src/Dat_example.c | <filename>DSP/TI-Header/csl_c6455/example/dat/src/Dat_example.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/edma/csl_edma3Param.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/srio/csl_srioHwSetupRaw.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ======================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/hpi/csl_hpiGetHwStatus.c | <filename>DSP/TI-Header/csl_c6455_src/src/hpi/csl_hpiGetHwStatus.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreeme... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/cache/csl_cacheWait.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/ddr2/csl_ddr2GetHwSetup.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma_self_chain/src/Edma_self_chaining.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<filename>DSP/TI-Header/csl_c6455/example/edma/edma_self_chain/src/Edma_self_chaining.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
*
* Use of this ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/_csl_mcbspRegReset.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_idma.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_dat.h | /* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/emifa/csl_emifaHwSetupRaw.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/hpi/src/Hpi_example.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/common/csl_i2cGetBaseAddress.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/emifa/csl_emifaClose.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agre... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/i2c/csl_i2cWrite.c | <filename>DSP/TI-Header/csl_c6455_src/src/i2c/csl_i2cWrite.c<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agr... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/soc.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_tsc.h | <filename>DSP/TI-Header/csl_c6455_src/inc/csl_tsc.h<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004,2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement un... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_hpiAux.h | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* =... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_gpio.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/FB_W2100_SCU_MEA256/version.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
#define SW_MAJOR 0
#define SW_MINOR 3
#define SW_STRING "0.03"
|
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/tcp2/tcp2_standalone_mode/src/tcpExampleData.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004 , 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/timer/csl_tmrClose.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/FB_W2100_SCU_MEA256/Common/MCS_USB_commands.h | <filename>DSP/FB_W2100_SCU_MEA256/Common/MCS_USB_commands.h
// keep_internal
// shared between windows and embedded devices
#ifndef _MCS_USB_COMMANDS_H_
#define _MCS_USB_COMMANDS_H_
/*! \cond internal */
/*! \file
* \brief Structures needed for communication with the STG200x
*/
#ifndef __C30
#ifnde... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_memprot_L2.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/pllc/csl_pllcOpen.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ===================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/csl_mcbspHwSetup.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/timer/csl_tmrHwSetupRaw.c | <filename>DSP/TI-Header/csl_c6455_src/src/timer/csl_tmrHwSetupRaw.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
*
* Use of this software is controlled by the terms and conditions found in the
* license agreeme... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_tcp2.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/csl_mcbspIoWrite.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/ddr2/csl_ddr2Init.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma_chain_example/src/Edma_chain_example.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/cfg/csl_cfgHwControl.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma2x_example/inc/edma_int_dispatcher.h | /* =====================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement under which this software has been supplied.
* ====================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/chip/src/Chip_example.c | <gh_stars>0
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement under which this software has been supplied.
* =... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma_interrupt/src/edmaIntDispatcher.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/i2c/src/I2c_example.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/tcp2/tcp2_shared_mode/src/tcp2_apriori.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004 , 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/ddr2/csl_ddr2HwSetup.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c64xplus_intc_src/src/intc/csl_intcHwControl.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of thi... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/vcp2/vcp2_soft_decisions/src/vcp2_soft_decisions_example.c | /* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/gpio/csl_gpioInit.c | /* ==========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied
* provided
* ===========... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/emifa/csl_emifaGetHwStatus.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/csl_mcbspClose.c | <filename>DSP/TI-Header/csl_c6455_src/src/mcbsp/csl_mcbspClose.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/utopia2/src/Utopia2_example.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/vcp2/csl_vcp2.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement under which this software has been supplied.
* ===============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma_ping_pong_xfer_gbl_reg/src/edmaCheckTransfer.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004,2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/timer/src/Timer_example.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* =============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under w... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/_csl_mcbspResetCtrl.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/common/csl_edma3GetBaseAddress.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<filename>DSP/TI-Header/csl_c6455_src/src/common/csl_edma3GetBaseAddress.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlle... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_edma3Aux.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<filename>DSP/TI-Header/csl_c6455_src/inc/csl_edma3Aux.h
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
*
* Use of this software is controlled by the t... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/gpio/csl_gpioHwSetupRaw.c | <filename>DSP/TI-Header/csl_c6455_src/src/gpio/csl_gpioHwSetupRaw.c
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement und... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/ddr2/csl_ddr2GetHwStatus.c | <filename>DSP/TI-Header/csl_c6455_src/src/ddr2/csl_ddr2GetHwStatus.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agree... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_edma3tc.h | <filename>DSP/TI-Header/csl_c6455_src/inc/cslr_edma3tc.h
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under w... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/cfg/csl_cfgClose.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<filename>DSP/TI-Header/csl_c6455_src/src/cfg/csl_cfgClose.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
* ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/pllc/csl_pllcHwSetup.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ===================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma_ping_pong_xfer_gbl_reg/src/Edma_ping_pong_xfer_gbl_reg.c | /* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_utopia2.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/memprot/src/Memprot_example.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreemen... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/_csl_mcbspChannelControl.c | <filename>DSP/TI-Header/csl_c6455_src/src/mcbsp/_csl_mcbspChannelControl.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_idma.h | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_emifa.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agre... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/idma/src/Idma_example.c | /* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/i2c/csl_i2cClose.c | <filename>DSP/TI-Header/csl_c6455_src/src/i2c/csl_i2cClose.c<gh_stars>0
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agr... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_pwrdwnAux.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ======================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/i2c/csl_i2cRead.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/ddr2/csl_ddr2Close.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/emifa/csl_emifaHwControl.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/edma/csl_edma3ChannelOpen.c | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/_csl_mcbsp.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_bwmngmt.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/FB_W2100_SCU_MEA256/typedef.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback<gh_stars>0
#ifndef _TYPEDEF_H_
#define _TYPEDEF_H_
#define DAC8555_CHANNELS 4
typedef Uint16 uint16;
typedef Uint32 uint32;
typedef Uint8 uint8;
typedef Int32 int32;
typedef Int16 int16;
typedef Int8 int8;
typedef struct dac_command
{
Uint1... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_bwmngmt.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied
* provided
* ==========... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_emifaAux.h | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_tmr.h | <filename>DSP/TI-Header/csl_c6455_src/inc/csl_tmr.h
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this so... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/srio/csl_srioLsuSetup.c | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =========... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_tcp2.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/pllc/src/pllc_example.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_cfg.h | <reponame>adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this sof... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/mcbsp/_csl_mcbspClearFrmSyncErr.c | <filename>DSP/TI-Header/csl_c6455_src/src/mcbsp/_csl_mcbspClearFrmSyncErr.c<gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/cslr_memprot_L1P.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/pwrdwn/csl_pwrdwnHwSetupRaw.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ======================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/edma2x_example/src/edma_int_dispatcher.c | /* =====================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement under which this software has been supplied.
* ====================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/common/csl_emifaGetBaseAddress.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/_csl_cache.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/memprot/csl_memprotClose.c | <filename>DSP/TI-Header/csl_c6455_src/src/memprot/csl_memprotClose.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use o... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/tsc/src/Tsc_example.c | <filename>DSP/TI-Header/csl_c6455/example/tsc/src/Tsc_example.c
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/vcp2/vcp2_soft_decisions/inc/vcp2_example.h | <filename>DSP/TI-Header/csl_c6455/example/vcp2/vcp2_soft_decisions/inc/vcp2_example.h
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* t... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_ddr2.h | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied.
* ==============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/srio/csl_srioOpen.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =====================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/gpio/csl_gpioHwControl.c | /* ==========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found
* in the license agreement under which this software has been supplied
* provided
* ============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/edma/csl_edma3ChannelClose.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =============... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/srio/csl_srioGetHwSetup.c | /* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ======================... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455/example/edma/qdma_link_xfer_reg0/src/Qdma_link_xfer_reg0.c | <filename>DSP/TI-Header/csl_c6455/example/edma/qdma_link_xfer_reg0/src/Qdma_link_xfer_reg0.c
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/src/pllc/csl_pllcInit.c | <filename>DSP/TI-Header/csl_c6455_src/src/pllc/csl_pllcInit.c
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under ... |
adildahlan/BE-thesis-Repo-McsDspRealtimeFeedback | DSP/TI-Header/csl_c6455_src/inc/csl_cache.h | <gh_stars>0
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* =... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.