Searched refs:RTC_Config_T (Results 1 – 5 of 5) sorted by relevance
379 } RTC_Config_T; typedef429 uint8_t RTC_Config(RTC_Config_T* Struct);430 void RTC_ConfigStructInit(RTC_Config_T* Struct);
444 } RTC_Config_T; typedef489 uint8_t RTC_Config(RTC_Config_T* rtcConfig);490 void RTC_ConfigStructInit(RTC_Config_T* rtcConfig);
103 RTC_Config_T rtcConfig; in apm32_rtc_init()109 RTC_Config_T rtcConfig; in apm32_rtc_init()
120 uint8_t RTC_Config(RTC_Config_T* Struct) in RTC_Config()148 void RTC_ConfigStructInit(RTC_Config_T* Struct) in RTC_ConfigStructInit()
139 uint8_t RTC_Config(RTC_Config_T *rtcConfig) in RTC_Config()169 void RTC_ConfigStructInit(RTC_Config_T *rtcConfig) in RTC_ConfigStructInit()
Completed in 15 milliseconds