2.103.31 SERCOMx_ISO7816_Icc_Power_On
C
/* x = SERCOM instance number */
void SERCOMx_ISO7816_Icc_Power_On( void )
Summary
This API enables the reset signal to ISO7816 Smartcard
Description
This API allows the application to enable the reset signal input to card so it will complete the reset cycle and start transmitting reset response.
Precondition
SERCOMx_USART_Initialize must have been called for the associated SERCOM_USART instance. SERCOMx_ISO7816_Card_Detect and Vcc_Enable functions must be called before enabling reset.
Parameters
None
Returns
None
Example
SERCOM3_ISO7816_Icc_Power_On();
Remarks
None