Searched refs:rtc_timestamp (Results 1 – 6 of 6) sorted by relevance
537 void rtc_timestamp_get(rtc_timestamp_struct* rtc_timestamp) in rtc_timestamp_get() argument546 rtc_timestamp->rtc_am_pm = (uint32_t)(temp_tts & RTC_TTS_PM); in rtc_timestamp_get()547 rtc_timestamp->rtc_timestamp_month = (uint8_t)GET_DTS_MON(temp_dts); in rtc_timestamp_get()548 rtc_timestamp->rtc_timestamp_date = (uint8_t)GET_DTS_DAY(temp_dts); in rtc_timestamp_get()549 rtc_timestamp->rtc_timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()550 rtc_timestamp->rtc_timestamp_hour = (uint8_t)GET_TTS_HR(temp_tts); in rtc_timestamp_get()551 rtc_timestamp->rtc_timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()552 rtc_timestamp->rtc_timestamp_second = (uint8_t)GET_TTS_SC(temp_tts); in rtc_timestamp_get()
628 void rtc_timestamp_get(rtc_timestamp_struct *rtc_timestamp) in rtc_timestamp_get() argument637 rtc_timestamp->am_pm = (uint32_t)(temp_tts & RTC_TTS_PM); in rtc_timestamp_get()638 rtc_timestamp->timestamp_month = (uint8_t)GET_DTS_MON(temp_dts); in rtc_timestamp_get()639 rtc_timestamp->timestamp_date = (uint8_t)GET_DTS_DAY(temp_dts); in rtc_timestamp_get()640 rtc_timestamp->timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()641 rtc_timestamp->timestamp_hour = (uint8_t)GET_TTS_HR(temp_tts); in rtc_timestamp_get()642 rtc_timestamp->timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()643 rtc_timestamp->timestamp_second = (uint8_t)GET_TTS_SC(temp_tts); in rtc_timestamp_get()
582 void rtc_timestamp_get(rtc_timestamp_struct *rtc_timestamp) in rtc_timestamp_get() argument591 rtc_timestamp->am_pm = (uint32_t)(temp_tts & RTC_TTS_PM); in rtc_timestamp_get()592 rtc_timestamp->timestamp_month = (uint8_t)GET_DTS_MON(temp_dts); in rtc_timestamp_get()593 rtc_timestamp->timestamp_date = (uint8_t)GET_DTS_DAY(temp_dts); in rtc_timestamp_get()594 rtc_timestamp->timestamp_day = (uint8_t)GET_DTS_DOW(temp_dts); in rtc_timestamp_get()595 rtc_timestamp->timestamp_hour = (uint8_t)GET_TTS_HR(temp_tts); in rtc_timestamp_get()596 rtc_timestamp->timestamp_minute = (uint8_t)GET_TTS_MN(temp_tts); in rtc_timestamp_get()597 rtc_timestamp->timestamp_second = (uint8_t)GET_TTS_SC(temp_tts); in rtc_timestamp_get()
526 void rtc_timestamp_get(rtc_timestamp_struct* rtc_timestamp);
579 void rtc_timestamp_get(rtc_timestamp_struct* rtc_timestamp);
596 void rtc_timestamp_get(rtc_timestamp_struct *rtc_timestamp);