代码搜索:PWM驱动
找到约 10,000 项符合「PWM驱动」的源代码
代码结果 10,000
www.eeworm.com/read/377951/9255713
c pwm.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
www.eeworm.com/read/377951/9255714
sch pwm.sch
www.eeworm.com/read/181136/9273542
h pwm.h
/*****************************************************************************
* pwm.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/181136/9273543
c pwm.c
/*****************************************************************************
* pwm.c: PWM module file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconduct
www.eeworm.com/read/181136/9273546
prj pwm.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C22.stp
[PROJECT]
author_=USB00423
www.eeworm.com/read/377383/9278596
asm pwm.asm
;/*---------------------------------------------------------------------------
;
;
;
;
; FILE NAME: C8051F060.H
; TARGET MCUs: C8051F060, F061, F062, F063
; DESCRIPTION: Register/bit definition
www.eeworm.com/read/377278/9284674
v pwm.v
// PWM.v
//PWM模块
module PWM(wb_clk_i, wb_rst_i,wb_adr_i, wb_dat_i, wb_dat_o,wb_we_i, wb_cs_i,pwm_out);
parameter clock_divide_reg_init = 32'h0000_0000;
parameter duty_cycle_reg_init = 32'h0000_0
www.eeworm.com/read/180804/9294945
h pwm.h
#ifndef __Pwm_H__
#define __Pwm_H__
void Test_Pwm(void);
#endif /*__PWM_H__*/
www.eeworm.com/read/180804/9295066
c pwm.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
#define READ_COUNT2 (rTCNTO2 & 0xffff)
#define MaxBeepFreq 50000
#define MinBeepFreq 20
exte
www.eeworm.com/read/376810/9305590