Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DSystem_ACM32F0x0.c18 volatile uint32_t gu32_SystemCount; variable
49 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()
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DSystem_ACM32F4.c16 volatile uint32_t gu32_SystemCount; variable
412 lu32_SystemCountBackup = gu32_SystemCount; in System_Delay_MS()
414 while ( (gu32_SystemCount - lu32_SystemCountBackup) < fu32_Delay); in System_Delay_MS()

Completed in 7 milliseconds