Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DSystem_ACM32F0x0.c305 uint32_t lu32_SystemCountBackup; in System_Delay_MS() local
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.c410 uint32_t lu32_SystemCountBackup; in System_Delay_MS() local
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