Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/IAR/AVR_Mega0/
Dporthardware.h97 #define RTC_PERIOD_HZ( x ) ( 32768 * ( ( 1.0 / x ) ) ) macro
102 RTC.PER = RTC_PERIOD_HZ( configTICK_RATE_HZ ); \
/Kernel-v11.0.1/portable/IAR/AVR_AVRDx/
Dporthardware.h110 #define RTC_PERIOD_HZ( x ) ( 32768 * ( ( 1.0 / x ) ) ) macro
115 RTC.PER = RTC_PERIOD_HZ( configTICK_RATE_HZ ); \