代码搜索:pull
找到约 1,526 项符合「pull」的源代码
代码结果 1,526
www.eeworm.com/read/146351/12657396
c 1574main.c
#include "..\inc\public2.h"
#include
#define RX_PARSE 0x80 //pack data ready, wait process Parse routine
#define ENTER 0x1E //pressed key then pull low
#define UP 0x1B
#define D
www.eeworm.com/read/389246/8539781
c~ stack.c~
#include
typedef struct stact
{
int number;
struct stact *next;
}stable;
stable head, p1, p2,end;
void pull(int number)
{
p1.next = head.next;
p1.next = &p2;
p2.number = number;
p2.nex
www.eeworm.com/read/389246/8539784
c stack.c
#include
typedef struct stact
{
int number;
struct stact *next;
}stable;
stable head, p1, p2,end;
void pull(int number)
{
p1.next = head.next;
p1.next = &p2;
p2.number = number;
p2.nex
www.eeworm.com/read/168571/9907239
c ram.c
/*write 1 byte to RAM*/
void RamByteWR(uchar RowAdr, uchar ColumnAdr, uchar ramdata)
{
RAM_OE = 1;
RAMA8_14 = (RAMA8_14&0x80)|(RowAdr&0x7F);
P74OUT |= 0x30;/*P6 pull up*/
RAMD0_7 = ColumnAdr
www.eeworm.com/read/416225/11037643
fig mt6238.fig
[Chip Type]
Chip = MT6238
GPIO_Pull_Sel=1
[GPIO]
GPIO0 = MODE0(GPIO0) MODE1(O:CMRST) MODE2(DRF_DATA) MODE3(O:D1_TID0) PU
GPIO1 = MODE0(GPIO1)
www.eeworm.com/read/445908/7588216
ut emif_com.ut
-w
-g DebugBitstream:No
-g Binary:yes
-g Gclkdel0:11111
-g Gclkdel1:11111
-g Gclkdel2:11111
-g Gclkdel3:11111
-g ConfigRate:4
-g CclkPin:PullUp
-g M0Pin:PullUp
-g M1Pin:PullUp
-g M2Pin:Pull
www.eeworm.com/read/440183/7693280
c zfctr.c
#include
sbit sda = P2^0; // The state of SDA line of I2C bus
sbit scl = P2^1; // The state of SCL line of I2C bus
sbit RST1_N = P2^2; // Pull this bit low to reset TVP5145
sbi
www.eeworm.com/read/247707/12626898
c ram.c
/*write 1 byte to RAM*/
void RamByteWR(uchar RowAdr, uchar ColumnAdr, uchar ramdata)
{
RAM_OE = 1;
RAMA8_14 = (RAMA8_14&0x80)|(RowAdr&0x7F);
P74OUT |= 0x30;/*P6 pull up*/
RAMD0_7 = ColumnAdr
www.eeworm.com/read/282541/9084402
c uart.c
#include "config.h"
void init_uart( )
{
GPHCON = 0x16faaa;//GPH2, GPH3 used as TXD0,RXD0
GPHUP = 0x7ff; //GPH2, GPH3 disable pull up
__CONCAT(ULCON, CONSOLE_PORT) = 0x3;
__CONCAT(UCON
www.eeworm.com/read/282541/9084491
svn-base uart.c.svn-base
#include "config.h"
void init_uart()
{
GPHCON = 0x16faaa; /*GPH2, GPH3 used as TXD0,RXD0*/
GPHUP = 0x7ff; /*GPH2, GPH3 disable pull up*/
__CONCAT(ULCON, CONSOLE_PORT) = 0x3;
__CONCAT(UC