代码搜索:pull
找到约 1,526 项符合「pull」的源代码
代码结果 1,526
www.eeworm.com/read/337023/12401635
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/337023/12401652
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/233670/14143308
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/223333/14645352
s43 msp430x20x3_p1_04.s43
;*******************************************************************************
; MSP430F20xx Demo - P1 Interrupt from LPM4 with Internal Pull-up
;
; Description: A hi/low transition on P1.4 w
www.eeworm.com/read/213715/15127434
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/213715/15127440
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/482538/1287194
hh rtcycles.hh
#ifndef RTCYCLES_HH
#define RTCYCLES_HH
#include
/*
* =c
* RoundTripCycleCount()
*
* =s counters
* measures round trip cycles on a push or pull path
*
* =d
*
* Measures th
www.eeworm.com/read/247605/4479323
cpp get_disk_free.cpp
#if 0
#include
/*
* Copy of required types from the WinCE header files.
* Note: We CANNOT include any windows headers here because
* we will pull in the actual declaration for G
www.eeworm.com/read/213567/4915297
mkh
#! /bin/sh
# mkh - pull headers out of C source
PATH=/bin:/usr/bin ; export PATH
# egrep pattern to pick out marked lines
egrep='^ =([ ]|$)'
# Sed program to process marked lines into lines for the
www.eeworm.com/read/191602/5165192
mkh
#! /bin/sh
# mkh - pull headers out of C source
PATH=/bin:/usr/bin ; export PATH
# egrep pattern to pick out marked lines
egrep='^ =([ ]|$)'
# Sed program to process marked lines into lines