代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/332511/3397759
c pwm.c
//*****************************************************************************
//
// pwm.c - API for the PWM modules
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved.
//
www.eeworm.com/read/328695/3437074
vhd pwm.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm is
port(ctrl:in std_logic_vector(3 downto 0); ----PWM控制信号
clk:in std_logic; ------------1
www.eeworm.com/read/328695/3437118
qsf pwm.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/328695/3437120
qpf pwm.qpf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/328695/3437131
qws pwm.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
www.eeworm.com/read/326766/3467422
c pwm.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
#include
//-----------------------定义管脚---------------
www.eeworm.com/read/326766/3467427
lst pwm.lst
C51 COMPILER V7.50 PWM 06/11/2008 11:12:11 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN pwm
www.eeworm.com/read/320517/3547151
h pwm.h
#ifndef __Pwm_H__
#define __Pwm_H__
void Test_Pwm(void);
#endif /*__PWM_H__*/
www.eeworm.com/read/320517/3547159
c pwm.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#define READ_COUNT2 (rTCNTO2 & 0xffff)
#define MaxBeepFreq 900
#define MinBeepFreq 100
extern int Uart_GetIntNum(void)
www.eeworm.com/read/318730/3565483
h pwm.h
//*****************************************************************************
//
// pwm.h - API function protoypes for Pulse Width Modulation (PWM) ports
//
// Copyright (c) 2005,2006 Luminary M