Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/src/
Dsc.c14 static uint32_t g_u32CardStateIgnore[SC_INTERFACE_NUM] = {0UL, 0UL, 0UL}; variable
49 if((sc == SC0) && (g_u32CardStateIgnore[0] == 1UL)) in SC_IsCardInserted()
53 else if((sc == SC1) && (g_u32CardStateIgnore[1] == 1UL)) in SC_IsCardInserted()
57 else if((sc == SC2) && (g_u32CardStateIgnore[2] == 1UL)) in SC_IsCardInserted()
160 g_u32CardStateIgnore[u32Intf] = 0UL; in SC_Open()
164 g_u32CardStateIgnore[u32Intf] = 1UL; in SC_Open()
228 …if(g_u32CardStateIgnore[u32Intf]) /* Do not enable card detect interrupt if card present state i… in SC_ResetReader()