代码搜索:pull
找到约 1,526 项符合「pull」的源代码
代码结果 1,526
www.eeworm.com/read/347709/11644399
c msp430x21x2_p1_04.c
//******************************************************************************
// MSP430F21x2 Demo - P1 Interrupt from LPM4 with Internal Pull-up
//
// Description: A hi/low transition on P1.3
www.eeworm.com/read/347709/11644759
c msp430x21x2_p1_03.c
//******************************************************************************
// MSP430F21x2 Demo - Poll P1 With Software with Internal Pull-up
//
// Description: Poll P1.3 in a loop, if hi P1
www.eeworm.com/read/347709/11646168
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/347709/11646185
c msp430x22x4_p1_03.c
//******************************************************************************
// MSP430F22x4 Demo - Poll P1 With Software with Internal Pull-up
//
// Description: Poll P1.3 in a loop, if hi P1
www.eeworm.com/read/346898/11713860
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
www.eeworm.com/read/346146/11764150
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/343341/11955434
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/343341/11955457
c msp430x22x4_p1_03.c
//******************************************************************************
// MSP430F22x4 Demo - Poll P1 With Software with Internal Pull-up
//
// Description: Poll P1.3 in a loop, if hi P1
www.eeworm.com/read/342681/12006346
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/342681/12006370
c msp430x22x4_p1_03.c
//******************************************************************************
// MSP430F22x4 Demo - Poll P1 With Software with Internal Pull-up
//
// Description: Poll P1.3 in a loop, if hi P1