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