代码搜索:gpio的引脚
找到约 10,000 项符合「gpio的引脚」的源代码
代码结果 10,000
www.eeworm.com/read/470098/6924629
c gpio.c
#include "DSP280x_Device.h"
#include "DSP280x_Examples.h"
void Gpio_select(void)
{
EALLOW;
GpioCtrlRegs.GPAMUX1.all = 0x00000000; // All GPIO
GpioCtrlRegs.GPAMUX2.all = 0x0000000
www.eeworm.com/read/465301/6934574
h gpio.h
typedef struct {
u_int group;
u_int ctrl_pin;
u_int data_out;
u_int data_in;
u_int int_clear;
u_int data_direct;
u_int int_enable;
u_int int_trigger;
u_int int_bo
www.eeworm.com/read/395952/6968372
h gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/395952/6968417
h gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/395952/6968462
h gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/469084/6977249
o gpio.o
www.eeworm.com/read/469084/6977250
c gpio.c
#include
#include
#include
#include
#include /* error codes */
#include
#include
www.eeworm.com/read/467490/7004215
o gpio.o
www.eeworm.com/read/467490/7004274