Searched refs:SC_STATUS_CDPINSTS_Pos (Results 1 – 2 of 2) sorted by relevance
915 #define SC_STATUS_CDPINSTS_Pos (13) /*!< SC_… macro916 #define SC_STATUS_CDPINSTS_Msk (0x1ul << SC_STATUS_CDPINSTS_Pos) /*!< SC_…
40 uint32_t cond1 = ((sc->STATUS & SC_STATUS_CDPINSTS_Msk) >> SC_STATUS_CDPINSTS_Pos); in SC_IsCardInserted()