Home
last modified time | relevance | path

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

/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Dsc_reg.h756 #define SC_CTL_CDLV_Pos (26) /*!< SC_… macro
757 #define SC_CTL_CDLV_Msk (0x1ul << SC_CTL_CDLV_Pos) /*!< SC_…
/hal_nuvoton-2.7.6/m48x/StdDriver/src/
Dsc.c41 uint32_t cond2 = ((sc->CTL & SC_CTL_CDLV_Msk) >> SC_CTL_CDLV_Pos); in SC_IsCardInserted()