Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dsc.c14 static uint32_t g_u32CardStateIgnore[SC_INTERFACE_NUM] = {0UL, 0UL, 0UL}; variable
49 if(((sc == SC0) || (sc == SC0_NS)) && (g_u32CardStateIgnore[0] == 1UL)) in SC_IsCardInserted()
53 else if(((sc == SC1) || (sc == SC1_NS)) && (g_u32CardStateIgnore[1] == 1UL)) in SC_IsCardInserted()
57 else if(((sc == SC2) || (sc == SC2_NS)) && (g_u32CardStateIgnore[2] == 1UL)) in SC_IsCardInserted()
145 g_u32CardStateIgnore[u32Intf] = 0UL; in SC_Open()
149 g_u32CardStateIgnore[u32Intf] = 1UL; in SC_Open()
202 …if(g_u32CardStateIgnore[u32Intf]) /* Do not enable card detect interrupt if card present state i… in SC_ResetReader()