Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drtc_15xx.h50 __IO uint32_t COUNT; /*!< RTC counter register */ member
264 pRTC->COUNT = count; in Chip_RTC_SetCount()
274 return pRTC->COUNT; in Chip_RTC_GetCount()
/lk-master/app/tests/
A Dthread_tests.c429 #undef COUNT in preempt_tester()
560 #define COUNT (1024*1024) in spinlock_test() macro
563 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()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fmc.h1079 #define IS_FMC_REFRESH_COUNT(COUNT) ((COUNT) <= 8191) argument

Completed in 8 milliseconds