代码搜索:triggering
找到约 60 项符合「triggering」的源代码
代码结果 60
www.eeworm.com/read/219423/14881932
txt readme.txt
This example combines the usage of the Series 60 Camera API and messaging. The example application is capable of triggering the camera with a BIO message.
www.eeworm.com/read/177685/9440735
pdf using advanced event triggering to find and fix intermitten.pdf
www.eeworm.com/read/452945/7428940
bak datamem.v.bak
module DataMem (input clk, we,
input [31:0] a, wd,
output [31:0] rd
);
reg [31:0] RAM[63:0];
assign rd = RAM[a[31:2]]; //word aligned
always @ (posedge clk)
if (we)
RAM[a[31:2]]
www.eeworm.com/read/162614/5524994
a c974014.a
-- C974014.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,