代码搜索结果
找到约 10,000 项符合
GPIO 的代码
lts350wqv.c
#include
#include
#define DISPOFF 93
void lcd_board_init(void)
{
__gpio_as_output(DISPOFF);
__gpio_as_pwm();
REG_PWM_DUT(0) = 8;
REG_PWM_PER(0) = 7;
REG_PWM_CTR(0) = 0x81;
__g
public.h
;/***********************************************************************
; Copyright ARM Limited 1998 - 2000. All rights reserved.
;**************************************************************
public.h
;/***********************************************************************
; Copyright ARM Limited 1998 - 2000. All rights reserved.
;**************************************************************
pmpkey.c
#include "gpio.h"
//liweihua, 2004-12-24 15:54
#ifdef PMP_KEYBOARD //xyy 2005-1-10
//PMP I/O DEFINE //xyy 2005-1-13
#define PMP_IO1 16
#define PMP_IO2 55
#define PMP_IO3 54
#define PMP_IO4
pmpkey.c
#include "gpio.h"
//liweihua, 2004-12-24 15:54
#ifdef PMP_KEYBOARD //xyy 2005-1-10
//PMP I/O DEFINE //xyy 2005-1-13
#define PMP_IO1 16
#define PMP_IO2 55
#define PMP_IO3 54
#define PMP_IO4
pmpkey.c
#include "gpio.h"
//liweihua, 2004-12-24 15:54
#ifdef PMP_KEYBOARD //xyy 2005-1-10
//PMP I/O DEFINE //xyy 2005-1-13
#define PMP_IO1 16
#define PMP_IO2 55
#define PMP_IO3 54
#define PMP_IO4
camera_hw.c
/***************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
pmpkey.c
//liweihua, 2004-12-24 15:54
#ifdef PMP_KEYBOARD //xyy 2005-1-10
//PMP I/O DEFINE //xyy 2005-1-13
#define PMP_IO1 16
#define PMP_IO2 55
#define PMP_IO3 54
#define PMP_IO4 4
#define PMP_POWE
camera_hw.c
/***************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
91x_lib.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : 91x_lib.c
* Author : MCD Application Team
* Version : V2.0
* Date