Searched refs:srtcDate (Results 1 – 1 of 1) sorted by relevance
33 snvs_lp_srtc_datetime_t srtcDate = {0}; in imxrt_hp_get_timestamp() local35 SNVS_LP_SRTC_GetDatetime(SNVS, &srtcDate); in imxrt_hp_get_timestamp()53 snvs_lp_srtc_datetime_t srtcDate = {0}; in imxrt_hp_set_timestamp() local57 srtcDate.second = now.tm_sec; in imxrt_hp_set_timestamp()58 srtcDate.minute = now.tm_min; in imxrt_hp_set_timestamp()59 srtcDate.hour = now.tm_hour; in imxrt_hp_set_timestamp()61 srtcDate.day = now.tm_mday; in imxrt_hp_set_timestamp()62 srtcDate.month = now.tm_mon + 1; in imxrt_hp_set_timestamp()63 srtcDate.year = now.tm_year + 1900; in imxrt_hp_set_timestamp()66 if (SNVS_LP_SRTC_SetDatetime(SNVS, &srtcDate) != kStatus_Success) in imxrt_hp_set_timestamp()
Completed in 5 milliseconds