Searched refs:gu32_SystemCount (Results 1 – 2 of 2) sorted by relevance
18 volatile uint32_t gu32_SystemCount; variable49 gu32_SystemCount++;61 gu32_SystemCount = 0;307 lu32_SystemCountBackup = gu32_SystemCount; in System_Delay_MS()309 while ( (gu32_SystemCount - lu32_SystemCountBackup) < fu32_Delay); in System_Delay_MS()
16 volatile uint32_t gu32_SystemCount; variable412 lu32_SystemCountBackup = gu32_SystemCount; in System_Delay_MS()414 while ( (gu32_SystemCount - lu32_SystemCountBackup) < fu32_Delay); in System_Delay_MS()
Completed in 7 milliseconds