代码搜索:pull
找到约 1,526 项符合「pull」的源代码
代码结果 1,526
www.eeworm.com/read/489261/6477413
htm pin_legxpla3.htm
Legend : NC = Not Connected, unbonded pin
PE = Port Enable pin
WPU = Unused with Internal Weak Pull Up
TIE = Unused I/O floating -- must tie to VCC,
www.eeworm.com/read/409607/11318436
htm pin_legxpla3.htm
Legend : NC = Not Connected, unbonded pin
PE = Port Enable pin
WPU = Unused with Internal Weak Pull Up
TIE = Unused I/O floating -- must tie to VCC,
www.eeworm.com/read/264308/11320280
htm pin_legxpla3.htm
Legend : NC = Not Connected, unbonded pin
PE = Port Enable pin
WPU = Unused with Internal Weak Pull Up
TIE = Unused I/O floating -- must tie to VCC,
www.eeworm.com/read/347862/11630410
c msp430x20x3_p1_04.c
//******************************************************************************
// MSP430F20xx Demo - P1 Interrupt from LPM4 with Internal Pull-up
//
// Description: A hi/low transition on P1.4
www.eeworm.com/read/347862/11630500
c msp430x20x3_p1_03.c
//******************************************************************************
// MSP430F20xx Demo - Poll P1 With Software with Internal Pull-up
//
// Description: Poll P1.4 in a loop, if hi P1
www.eeworm.com/read/347709/11647710
c msp430x20x3_p1_04.c
//******************************************************************************
// MSP430F20xx Demo - P1 Interrupt from LPM4 with Internal Pull-up
//
// Description: A hi/low transition on P1.4
www.eeworm.com/read/347709/11647791
c msp430x20x3_p1_03.c
//******************************************************************************
// MSP430F20xx Demo - Poll P1 With Software with Internal Pull-up
//
// Description: Poll P1.4 in a loop, if hi P1
www.eeworm.com/read/346898/11713887
c writesda.c
// WriteSDA.c
#include "at17c.h"
void WriteSDA(unsigned char state) {
if (state)
DDRB &= 0xfe; // input ... pullup will pull high or slave will drive low
else
www.eeworm.com/read/252119/12301442
c menu.c
/*
* New editor name: TDE, the Thomson-Davis Editor.
* Author: Frank Davis and Jason Hood
* Date: August 9, 1998
*
* This file contains the pull-down menu and strings for t
www.eeworm.com/read/233670/14143318
c writesda.c
// WriteSDA.c
#include "at17c.h"
void WriteSDA(unsigned char state) {
if (state)
DDRB &= 0xfe; // input ... pullup will pull high or slave will drive low
else