Searched refs:BDCTL_RTCSRC (Results 1 – 1 of 1) sorted by relevance
533 #define BDCTL_RTCSRC(regval) (BITS(8,9) & ((uint32_t)(regval) << 8)) macro534 #define RCU_RTCSRC_NONE BDCTL_RTCSRC(0) /*!< no clock selected …535 #define RCU_RTCSRC_LXTAL BDCTL_RTCSRC(1) /*!< RTC source clock s…536 #define RCU_RTCSRC_IRC40K BDCTL_RTCSRC(2) /*!< RTC source clock s…537 #define RCU_RTCSRC_HXTAL_DIV_128 BDCTL_RTCSRC(3) /*!< RTC source clock s…
Completed in 7 milliseconds