mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
refactor: move FPGA_BITSTREAM_* to fpga.h
This commit is contained in:
parent
5d66bcfd75
commit
8928883f2d
5 changed files with 15 additions and 6 deletions
|
@ -20,6 +20,7 @@
|
|||
#define __FPGALOADER_H
|
||||
|
||||
#include "common.h"
|
||||
#include "fpga.h"
|
||||
|
||||
#define FpgaDisableSscDma(void) AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS;
|
||||
#define FpgaEnableSscDma(void) AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTEN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue