Home
last modified time | relevance | path

Searched refs:ISO7816_INFO_RC_MASK (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_iso7816.c22 #define ISO7816_INFO_RC_MASK (0xECUL) //R/C macro
55 tmp &= ~(ISO7816_INFO_LSB|ISO7816_INFO_RC_MASK); in ISO7816_Init()
106 ISO7816x->INFO = ISO7816_INFO_RC_MASK; in ISO7816_DeInit()
303 tmp &= ~ISO7816_INFO_RC_MASK; in ISO7816_ClearINTStatus()
351 tmp &= ~ISO7816_INFO_RC_MASK; in ISO7816_ClearFlag()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_iso7816.c21 #define ISO7816_INFO_RC_MASK (0x3ECUL) macro
36 ISO7816x->INFO = ISO7816_INFO_RC_MASK; /* clear interrupt flag */ in ISO7816_DeInit()
320 tmp &= ~ISO7816_INFO_RC_MASK; in ISO7816_ClearINTStatus()

Completed in 7 milliseconds