Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/StdDriver/src/
Dsc.c13 static uint32_t u32CardStateIgnore[SC_INTERFACE_NUM] = {0UL, 0UL, 0UL}; variable
43 if((sc == SC0) && (u32CardStateIgnore[0] == 1UL)) in SC_IsCardInserted()
47 else if((sc == SC1) && (u32CardStateIgnore[1] == 1UL)) in SC_IsCardInserted()
51 else if((sc == SC2) && (u32CardStateIgnore[2] == 1UL)) in SC_IsCardInserted()
133 u32CardStateIgnore[u32Intf] = 0UL; in SC_Open()
137 u32CardStateIgnore[u32Intf] = 1UL; in SC_Open()
195 …if(u32CardStateIgnore[u32Intf]) /* Do not enable card detect interrupt if card present state igno… in SC_ResetReader()