mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-20 07:18:33 +03:00
phone RST define taken from simtrace.h
This commit is contained in:
@@ -99,10 +99,9 @@ static const Pin pPwr[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#define ISO7816_PHONE_RST {PIO_PA24, PIOA, ID_PIOA, PIO_INPUT, PIO_PULLUP | PIO_DEBOUNCE | PIO_DEGLITCH | PIO_IT_EDGE }
|
static const Pin pinPhoneRST = PIN_ISO7816_RST_PHONE;
|
||||||
static const Pin pinPhoneRST = ISO7816_PHONE_RST;
|
|
||||||
//#define ISO7816_PHONE_CLK {PIO_PA23A_SCK1, PIOA, ID_PIOA, PIO_INPUT, PIO_PULLUP | PIO_DEBOUNCE | PIO_DEGLITCH | PIO_IT_EDGE }
|
#define PR TRACE_INFO
|
||||||
//static const Pin pinPhoneClk = ISO7816_PHONE_CLK;
|
|
||||||
|
|
||||||
/* ===================================================*/
|
/* ===================================================*/
|
||||||
/* Taken from iso7816_4.c */
|
/* Taken from iso7816_4.c */
|
||||||
|
|||||||
Reference in New Issue
Block a user