代码搜索:PROCESSING
找到约 10,000 项符合「PROCESSING」的源代码
代码结果 10,000
www.eeworm.com/read/341577/3248150
c cmd_processing.c
/*
Open Source BDM - processing of commands received over USB
/* Prominent Notice-This software was modified from TBDML software - 12/05
This program is free software; you can redistrib
www.eeworm.com/read/248677/12547618
c cmd_processing.c
/*
Turbo BDM Light ColdFire - USB command processing
Copyright (C) 2005 Daniel Malik
This program is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/248677/12547636
h cmd_processing.h
unsigned char command_exec(void);
typedef enum {
CF_BDM=TARGET_TYPE_CF_BDM,
JTAG=TARGET_TYPE_JTAG
} target_type_e;
typedef enum {
NO_RESET_ACTIVITY=0,
RESET_DETECTED=1
} reset_e;