代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/303286/13818935
qmsg i2c.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/336271/12460414
qmsg i2c.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/334890/12564752
qmsg dingceng.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/128531/5983980
c ip22-reset.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1997
www.eeworm.com/read/126641/6015778
c sm.c
#include "tunala.h"
#ifndef NO_TUNALA
void state_machine_init(state_machine_t *machine)
{
machine->ssl = NULL;
machine->bio_intossl = machine->bio_fromssl = NULL;
buffer_init(&machine->clean_in);
www.eeworm.com/read/291919/8387890
txt spi3310.smp_dump.txt
State Machine - |Block1|spi3310:inst1|current_state
Name current_state.Idle current_state.CE_L current_state.DC current_state.s0 current_state.s1 current_state.s2 current_state.s3 current_state.s4
www.eeworm.com/read/354540/10346844
txt demo.smp_dump.txt
State Machine - |serialout|state
Name state.x_stop state.x_shift state.x_wait state.x_start state.x_idle
state.x_idle 0 0 0 0 0
state.x_start 0 0 0 1 1
state.x_wait 0 0 1 0 1
state.x_shift
www.eeworm.com/read/423555/10549511
txt serial.smp_dump.txt
State Machine - |serial|fenpin:fp|state2
Name state2.txd_start state2.rxd_sample state2.rxd_start state2.txd_wait state2.rxd_wait
state2.rxd_wait 0 0 0 0 0
state2.txd_wait 0 0 0 1 1
state2.rx
www.eeworm.com/read/330799/12868586
txt sram_control.smp_dump.txt
State Machine - |sram_control|state
Name state.RD_ADDRNEW state.RD_DATANEW state.WR_ADDRNEW state.WR_DATANEW state.READY state.IDLE
state.IDLE 0 0 0 0 0 0
state.WR_ADDRNEW 0 0 1 0 0 1
state.R
www.eeworm.com/read/155522/11866878
v moore_rtl.v
/*********************************************************/
// MODULE: Moore state machine
//
// FILE NAME: moore_rtl.v
// VERSION: 1.0
// DATE: January 1, 1999
// AUTHOR: Bob Zeidman, Zeidm