Searched refs:COUNT (Results 1 – 3 of 3) sorted by relevance
50 __IO uint32_t COUNT; /*!< RTC counter register */ member264 pRTC->COUNT = count; in Chip_RTC_SetCount()274 return pRTC->COUNT; in Chip_RTC_GetCount()
429 #undef COUNT in preempt_tester()560 #define COUNT (1024*1024) in spinlock_test() macro563 for (uint i = 0; i < COUNT; i++) { in spinlock_test()570 printf("%u cycles to acquire/release lock %u times (%u cycles per)\n", c, COUNT, c / COUNT); in spinlock_test()573 for (uint i = 0; i < COUNT; i++) { in spinlock_test()579 …ntf("%u cycles to acquire/release lock w/irqsave %u times (%u cycles per)\n", c, COUNT, c / COUNT); in spinlock_test()580 #undef COUNT in spinlock_test()
1079 #define IS_FMC_REFRESH_COUNT(COUNT) ((COUNT) <= 8191) argument
Completed in 10 milliseconds