mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Add fpga-xc3s100e and icopyx support
This commit is contained in:
parent
d56d8f0f65
commit
e79fb92074
106 changed files with 4213 additions and 85 deletions
|
@ -28,8 +28,11 @@
|
|||
#define PWM_CHANNEL(x) (1 << (x))
|
||||
|
||||
#define ADC_CHAN_LF 4
|
||||
#define ADC_CHAN_HF 5
|
||||
#define ADC_CHAN_HF_RDV40 7
|
||||
#if defined RDV4 || defined ICOPYX
|
||||
#define ADC_CHAN_HF 7
|
||||
#else
|
||||
#define ADC_CHAN_HF 5
|
||||
#endif
|
||||
#define ADC_MODE_PRESCALE(x) ((x) << 8)
|
||||
#define ADC_MODE_STARTUP_TIME(x) ((x) << 16)
|
||||
#define ADC_MODE_SAMPLE_HOLD_TIME(x) ((x) << 24)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue