Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/cmsis/samv71/include/component/
H A Drtc.h167 #define RTC_TIMALR_MIN_Pos 8 macro
168 #define RTC_TIMALR_MIN_Msk (0x7fu << RTC_TIMALR_MIN_Pos) /**< \brief (RTC_TIMALR) Minute Alarm */
169 #define RTC_TIMALR_MIN(value) ((RTC_TIMALR_MIN_Msk & ((value) << RTC_TIMALR_MIN_Pos)))