2.103.30 SERCOMx_ISO7816_Vcc_Disable
C
/* x = SERCOM instance number */
void SERCOMx_ISO7816_Vcc_Disable( void )
Summary
This API disables the Vcc power supply input to ISO7816 Smartcard
Description
This API allows the application to disable the power supply to card.
Precondition
SERCOMx_ISO7816_Card_Detect function must be called.
Parameters
None
Returns
None
Example
/* Disable VCC supply to Card */
SERCOM3_ISO7816_Vcc_Disable();
Remarks
None