2.103.32 SERCOMx_ISO7816_Icc_Power_Off

C

/* x = SERCOM instance number */

void SERCOMx_ISO7816_Icc_Power_Off( void )

Summary

This API disables the reset signal to ISO7816 Smartcard

Description

This API allows the application to disable the reset signal input to card.

Precondition

SERCOMx_ISO7816_Card_Detect must be called before disabling reset input.

Parameters

None

Returns

None

Example

SERCOM3_ISO7816_Icc_Power_Off();

Remarks

None