代码搜索结果
找到约 65,482 项符合
H 的代码
drv_lisxxx.h
/**********************************************************************************/
/* */
/* Copyright (C) 2005 OLI
const.h
//CONSTANTS
#define NOP 0xff
#define R_REGISTER 0x00
#define W_REGISTER 0x01
#define R_RX_PAYLOAD 0x61
#define W_TX_PAYLOAD 0xA0
#define FLUSH_TX
adc.h
// adc.h
#ifndef __STM32F_ADC
#define __STM32F_ADC
#include "arm_comm.h"
void ADCInit(void);
Int16U GetADCChanel(Int8U chanel);
#endif
pwm.h
// pwm.h
#ifndef __STM32F_PWM
#define __STM32F_PWM
#include "arm_comm.h"
void InitPWM(void);
void SetDutyPeriod(Int16U period);
#endif
stm32f10x_it.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_it.h
* Author : MCD Application Team
* Date First Issued : 09/29/2006
bits.h
// BIT DEFINITION
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define
test.h
unsigned char TestMMC(void);
unsigned char TestEXT(void);
unsigned char TestUEXT(void);
unsigned char CardIsProtected(void);
unsigned char CardIsPresent(void);
rtc.h
// rtc.h
#ifndef __STM32F_RTC
#define __STM32F_RTC
void RTCInit(void);
#endif
stm32f10x_map.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_map.h
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_rtc.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_rtc.h
* Author : MCD Application Team
* Date First Issued : 09/29/2006