代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/384772/2597185
dni pwm.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
Base=0
UseAuto=0
TypeViolation=1
UnspecRange=1
ActionState=1
[TraceHelper]
Enabled=0
ShowSource=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_
www.eeworm.com/read/383333/2618467
h pwm.h
#ifndef _PWM_H
#define _PWM_H
#define MAX_CONTRAST 0xFF
#define MIN_CONTRAST 0x0
extern void SetContrast(unsigned char value);
extern void LineSwitchToPWM(void);
extern void LineSwitchToHa