代码搜索:GPIO
找到约 10,000 项符合「GPIO」的源代码
代码结果 10,000
www.eeworm.com/read/425612/10344756
c lm3s-jtag.c
#include "LM3S-JTAG.h"
#include
#include
#include
#include
#include
// 允许PB7、PC0~PC3配置为GPIO功能(慎重!)
void jtagPinToGPIO(unsigne
www.eeworm.com/read/425610/10344818
c lm3s-jtag.c
#include "LM3S-JTAG.h"
#include
#include
#include
#include
#include
// 允许PB7、PC0~PC3配置为GPIO功能(慎重!)
void jtagPinToGPIO(unsigne
www.eeworm.com/read/421905/10680843
cpp polaris_gpiopin.cpp
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This
www.eeworm.com/read/434441/7217301
c main.c
#include "systemInit.h"
#include
#define LED1 GPIO_PIN_0
#define LED2 GPIO_PIN_2
// UART初始化
void uartInit(void)
{
SysCtlPeriEnable(SYSCTL_PERIPH_UART2); // 使能
www.eeworm.com/read/440409/7689725
c car_sim300.c
/**************************************************************
Copyright (C), 2002-2030, HuerXun Tech. Co., Ltd.
文件名 : AnyData.c
作 者 : 华 猛 版本:V1.00.00 完成日期:2007-01-27
描 述 :
www.eeworm.com/read/398564/7936969
c main.c
// 基于《Stellaris外设驱动库》的例程:GPIO端口中断编程示例
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/330848/12865283
c main.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : main.c
* Author : MCD Application Team
* Version : V2.0
* Date
www.eeworm.com/read/147766/5727006
h frodo.h
#ifndef _INCLUDE_FRODO_H_
#define _INCLUDE_FRODO_H_
/*
* linux/include/asm-arm/arch-sa1100/frodo.h
*
* Author: Abraham van der Merwe
*
* This file contains the hardware spec
www.eeworm.com/read/128531/5988858
h frodo.h
#ifndef _INCLUDE_FRODO_H_
#define _INCLUDE_FRODO_H_
/*
* linux/include/asm-arm/arch-sa1100/frodo.h
*
* Author: Abraham van der Merwe
*
* This file contains the hardware spec
www.eeworm.com/read/487876/6501332
txt motorspeedcontrolbyarm101.txt
EasyARM101的始化函数
#define SPEED_PIN1 GPIO_PIN_0
#define SPEED_PIN2 GPIO_PIN_1
#define SSI (GPIO_PIN_2︱GPIO_PIN_3︱GPIO_PIN_4︱GPIO_PIN_5)
#define PWMA_PIN GPIO_PIN_0
#def