Searched refs:RTC_DIVL_DIV (Results 1 – 3 of 3) sorted by relevance
80 #define RTC_DIVL_DIV BITS(0,15) /*!< divider low value */ macro
138 #define RTC_DIVL_DIV (0xFFFFU << RTC_DIVL_DIV_Pos) ///< RTC Clock Divider … macro
4962 #define RTC_DIVL_DIV(x) (((uint32_t)(((uint32_t)(x)) << RTC_DIVL_DIV_SHIFT)… macro
Completed in 53 milliseconds