Searched refs:BKP_RTCCR_ASOS (Results 1 – 7 of 7) sorted by relevance
111 #define BKP_RTCCR_ASOS (0x01U << BKP_RTCCR_ASOS_Pos) ///< Alarm or Second Ou… macro
103 MODIFY_REG(BKP->RTCCR, BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS, rtc_output_source); in BKP_RTCOutputConfig()
1178 #define BKP_RTCCR_ASOS ((uint16_t)0x0200) /*!< Alarm or Second Output Sel… macro
1187 #define BKP_RTCCR_ASOS ((uint16_t)0x0200) /*!< Alarm or Second Output Sel… macro
1515 #define BKP_RTCCR_ASOS ((uint16_t)0x0200) /*!< Alarm or Second Output Sel… macro
1313 #define BKP_RTCCR_ASOS ((uint16_t)0x0200) /*!< Alarm or Second Output Sel… macro
2193 #define BKP_RTCCR_ASOS(x) (((uint32_t)(((uint32_t)(x)) << BKP_RTCCR_ASOS_SHIF… macro
Completed in 150 milliseconds