代码搜索:pull
找到约 1,526 项符合「pull」的源代码
代码结果 1,526
www.eeworm.com/read/473765/6839459
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/193237/8245777
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/267559/11174857
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/237865/13926009
asm msp430x20x3_p1_03.asm
;*******************************************************************************
; MSP430F20xx Demo - Poll P1 With Software with Internal Pull-up
;
; Description: Poll P1.4 in a loop, if hi P1.
www.eeworm.com/read/236068/14033410
s43 msp430x20x3_p1_03.s43
;*******************************************************************************
; MSP430F20xx Demo - Poll P1 With Software with Internal Pull-up
;
; Description: Poll P1.4 in a loop, if hi P1.
www.eeworm.com/read/236066/14033798
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/236066/14033888
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/136989/5834707
cpp counting_consumer.cpp
// Counting_Consumer.cpp,v 1.7 2003/11/02 23:27:22 dhinton Exp
#include "Counting_Consumer.h"
#include "ace/OS_NS_unistd.h"
ACE_RCSID(CEC_Tests, CEC_Count_Consumer, "Counting_Consumer.cpp,v 1.7
www.eeworm.com/read/431958/8645095
c msp430x22x4_p1_04.c
//******************************************************************************
// MSP430F22x4 Demo - P1 Interrupt from LPM4 with Internal Pull-up
//
// Description: A hi/low transition on P1.3
www.eeworm.com/read/285157/8864429
c writescl.c
// WriteSCL.c
#include "at17c.h"
void WriteSCL(unsigned char state) {
if (state)
DDRB &= 0xfd; // input ... pullup will pull high or slave will drive low
else
DDRB