Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/cmsis/samv71/include/component/
H A Drtc.h156 #define RTC_CALR_DAY_Pos 21 macro
157 #define RTC_CALR_DAY_Msk (0x7u << RTC_CALR_DAY_Pos) /**< \brief (RTC_CALR) Current Day in Current W…
158 #define RTC_CALR_DAY(value) ((RTC_CALR_DAY_Msk & ((value) << RTC_CALR_DAY_Pos)))