ISO7816_Init with more parameters, slave/master clock

This commit is contained in:
Christina Quast
2015-04-10 15:38:49 +02:00
parent 95d6616ba1
commit 3eab56e079
4 changed files with 22 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ----------------------------------------------------------------------------
*/
#include <stdbool.h>
//------------------------------------------------------------------------------
/** \file
*
@@ -67,7 +67,7 @@
/*------------------------------------------------------------------------------
* Exported functions
*----------------------------------------------------------------------------*/
extern void ISO7816_Init( const Pin *pPinIso7816RstMC );
extern void ISO7816_Init( const Pin *pPinIso7816RstMC, Usart *base_usart, bool master_clock );
extern void ISO7816_IccPowerOff(void);
extern uint32_t ISO7816_XfrBlockTPDU_T0(const uint8_t *pAPDU,
uint8_t *pMessage,