Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/src/
Dkpi.c27 static volatile uint32_t s_u32FirstKey = 0; variable
39 if(u32Next == s_u32FirstKey) in KPI_KeyHandler()
182 s_u32FirstKey = 0; in KPI_Open()
212 if(s_u32FirstKey != s_u32LastKey) in KPI_kbhit()
230 if(s_u32FirstKey != s_u32LastKey) in KPI_GetKey()
233 key = s_pKeyQueue[s_u32FirstKey++]; in KPI_GetKey()
236 if(s_u32FirstKey >= s_u32MaxKeyCnt) in KPI_GetKey()
237 s_u32FirstKey = 0; in KPI_GetKey()