mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 01:03:01 -07:00
FpgaSetupSscDma uses uint16_t and not int with #669
This commit is contained in:
parent
6a5d4e17f4
commit
b4ba1eeabe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ void FpgaWriteConfWord(uint8_t v);
|
||||||
void FpgaDownloadAndGo(int bitstream_version);
|
void FpgaDownloadAndGo(int bitstream_version);
|
||||||
void FpgaSetupSsc(uint8_t mode);
|
void FpgaSetupSsc(uint8_t mode);
|
||||||
void SetupSpi(int mode);
|
void SetupSpi(int mode);
|
||||||
bool FpgaSetupSscDma(uint8_t *buf, int len);
|
bool FpgaSetupSscDma(uint8_t *buf, uint16_t sample_count);
|
||||||
void Fpga_print_status();
|
void Fpga_print_status();
|
||||||
int FpgaGetCurrent();
|
int FpgaGetCurrent();
|
||||||
#define FpgaDisableSscDma(void) AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS;
|
#define FpgaDisableSscDma(void) AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue