代码搜索:CS2

找到约 499 项符合「CS2」的源代码

代码结果 499
www.eeworm.com/read/352835/10502649

asm lcd.asm

//******************************************说明****************************************************// // DI/RS:IOB3 R/W:IOB4 E:IOB5 CS1:IOB6 CS2:IOB7 // CS1和CS2只能有一个为低 //程序规范:每个函数
www.eeworm.com/read/159892/10592995

asm lcd.asm

//******************************************说明****************************************************// // DI/RS:IOB3 R/W:IOB4 E:IOB5 CS1:IOB6 CS2:IOB7 // CS1和CS2只能有一个为低 //程序规范:每个函数
www.eeworm.com/read/228943/14357174

c clock.c

#include"reg51.h" #define SELECT_LCD() CS0=0; CS1=1; CS2=0 #define SELECT_NONE() CS0=1; CS1=1; CS2=1 sbit LED=P1^0; sbit P11=P1^1; sbit P12=P1^2; sbit CS0 = P2^5 ; sbit CS1 = P2^6 ; sbit CS2
www.eeworm.com/read/357724/10202542

c fm25040.c

#include "FM25040.h" //*---------------------------------------------------------------------------- //初始化SPI,片选端用:CS2(PA5) //*----------------------------------------------------------------------
www.eeworm.com/read/137842/13294114

c snaphu_cs2parse.c

/************************************************************************* This code is derived from cs2 v3.7 Written by Andrew V. Goldberg and Boris Cherkassky Modifications for use in snaphu
www.eeworm.com/read/137842/13294107

c snaphu_cs2.c

/*********************************************************************** This code is derived from cs2 v3.7 Written by Andrew V. Goldberg and Boris Cherkassky Modifications for use in snaphu b
www.eeworm.com/read/14659/401129

v decode_cmb2.v

module decode_cmb2 (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; // only the 2 MSB bits used input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect wire cs1,
www.eeworm.com/read/14659/401131

v decode_cmb2.v

module decode_cmb2 (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; // only the 2 MSB bits used input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect wire cs1,
www.eeworm.com/read/14659/401132

v decode_cmb.v

module decode_cmb (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; // only the 2 MSB bits used input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect reg cs1, cs
www.eeworm.com/read/14659/401146

v decode_cmb2.v

module decode_cmb2 (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; // only the 2 MSB bits used input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect wire cs1,