代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/159715/5581927

h bitfield.h

/** * @file rtems/score/bitfield.h * * This include file contains all bit field manipulation routines. */ /* * COPYRIGHT (c) 1989-2006. * On-Line Applications Research Corporation (OAR).
www.eeworm.com/read/173118/9673528

c rs232.c

//rs232.c #include #include "rs232.h" unsigned int processorClockFrequency(void) { //return real processor clock speed return OSCILLATOR_CLOCK_FREQUENCY * (PLLCON & 1 ? (PLLC
www.eeworm.com/read/415326/11076000

c rs232.c

//rs232.c #include "rs232.h" unsigned int processorClockFrequency(void) { //return real processor clock speed return OSCILLATOR_CLOCK_FREQUENCY * (PLLCON & 1 ? (PLLCFG & 0xF) + 1 : 1); }
www.eeworm.com/read/389095/8548592

c key02.c

#include #include "key.h" void Init_Port(void) { //将P1口所有的管脚在初始化的时候设置为输入方式 P1DIR = 0; //将P1口所有的管脚设置为一般I/O口 P1SEL = 0; // 将P1.4 P1.5 P1.6 P1.7设置为输出
www.eeworm.com/read/288738/8610412

inc 63001.inc

;***************************************************************** ; 63001.h - Cypress CY7C63001A微处理器的定义 ;***************************************************************** ; 通用常量的定义 BIT0: equ
www.eeworm.com/read/288735/8610752

inc 63001.inc

;***************************************************************** ; 63001.h - Cypress CY7C63001A微处理器的定义 ;***************************************************************** BIT0: equ 01h BIT1:
www.eeworm.com/read/282746/9070305

h d12_operation.h

#ifndef __D12_Operation_h__ #define __D12_Operation_h__ #include #define U8 unsigned char #define U16 unsigned int #define U32 unsigned long /// dma parameter #define D12Dma0
www.eeworm.com/read/181885/9232792

txt receivedata.s.txt

//ReceiveData #include .EQU BIT0 = 0 .EQU BIT1 = 1 .EQU BIT2 = 2 .EQU BIT3 = 3 .EQU BIT4 = 4 .EQU BIT5 = 5 .EQU BIT6 = 6 .EQU BIT7 = 7 .section .text .glo
www.eeworm.com/read/168176/9935462

inc 63001.inc

;***************************************************************** ; 63001.h - Cypress CY7C63001A微处理器的定义 ;***************************************************************** BIT0: equ 01h BIT1:
www.eeworm.com/read/164189/10123334

c set-test.c

# include "sets.h" int is_subset(); main () { int i; bit_set a,b,c,d; a = create_bit_set (35); b = create_bit_set (35); c = create_bit_set (35); d = create_bit_set (35); for (i = 0; i < 35;