代码搜索:CLM
找到约 181 项符合「CLM」的源代码
代码结果 181
www.eeworm.com/read/344877/11854197
clm_ensemble
www.eeworm.com/read/344877/11854529
enkf_clm
www.eeworm.com/read/146056/5740713
c ccmlib_clm.c
/*
* libclm.c: SAForum AIS Membership Service library
*
* Copyright (c) 2003 Intel Corp.
* Author: Zhu Yi (yi.zhu@intel.com)
*
* This library is free software; you can redistribute it and/or
www.eeworm.com/read/156113/11826705
h clm_modem.h
#define TONE_DIALING 0
#define PULSE_DIALING 1
#define DTMF_DIALING_SPEED 70 /* Default 70 ms */
#define PULSE_MAKE_TIME 39 /* 39 % */ /* 33 % for the UK */
#define PULSE_BREAK_TIME 61 /* 61 % */
www.eeworm.com/read/156113/11826708
c clm_dspdrv.c
/*
* CLModem v0.3.0 - Low level DSP routines
*
* Copyright (C) 2000 Mikhail Moreyra
*
* This file may be redistributed under the terms of the GNU Public
* License.
*/
#define __NO_VERSION
www.eeworm.com/read/156113/11826716
h clm_config.h
/*
* You MUST edit this file to set up the Base IO address and IRQ
* of your modem.
*/
#define CLM_BASE_IO_ADDRESS 0xde00
#define CLM_IRQ 10
/* Comment this if the driver doesn't detect your
www.eeworm.com/read/156113/11826719
c clm_modem.c
/*
* CLModem v0.3.0 - High level modem routines
*
* Copyright (C) 2000 Mikhail Moreyra
*
* This file may be redistributed under the terms of the GNU Public
* License.
*/
#define __NO_VERS
www.eeworm.com/read/156113/11826722
h clm_dspdrv.h
void dspdrv_CommRamISR(void);
void line_enable_interrupts(void);
void line_disable_interrupts(void);
void ResetDspPoweron (void);
void ResetDspInternal (void);
void ResetDspIdle (void);
void ConfigP
www.eeworm.com/read/156113/11826726
h clm_data.h
/*
* This file contains some data needed by the DSP
* pwr_on_patch[]
* common_patch[]
* data_patch[]
* voice_patch[]
* training_patch[]
*/
unsigned short
pwr_on_patch[] = {
0x0001, 0x00c
www.eeworm.com/read/344877/11854199