2.103.29 SERCOMx_ISO7816_Vcc_Enable
C
/* x = SERCOM instance number */
void SERCOMx_ISO7816_Vcc_Enable( void )
Summary
This API enables the Vcc power supply input to ISO7816 Smartcard
Description
This API allows the application to enable the power supply the card needs for its operations.
Precondition
SERCOMx_ISO7816_Card_Detect function must be called.
Parameters
None
Returns
None
Example
/* Enable VCC supply to Card */
SERCOM3_ISO7816_Vcc_Enable();
Remarks
None