Searched refs:RTC_CTL_COS (Results 1 – 6 of 6) sorted by relevance
98 #define RTC_CTL_COS BIT(19) /*!< calibra… macro313 #define RTC_CALIBRATION_1HZ RTC_CTL_COEN | RTC_CTL_COS /*!< calibra…
125 #define RTC_CTL_COS BIT(19) /*!< calibration ou… macro339 #define RTC_CALIBRATION_1HZ (RTC_CTL_COEN | RTC_CTL_COS) /*!< calibrat…
104 #define RTC_CTL_COS BIT(19) /*!< calibra… macro343 #define RTC_CALIBRATION_1HZ (RTC_CTL_COEN | RTC_CTL_COS) /*!< calibra…
757 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_OS | RTC_CTL_OPOL | RTC_CTL_COS); in rtc_alter_output_config()
951 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_COS); in rtc_calibration_output_config()
872 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_COS); in rtc_calibration_output_config()