Home
last modified time | relevance | path

Searched refs:DAYS_IN_A_YEAR (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_rtc.c23 #define DAYS_IN_A_YEAR (365U) macro
101 seconds = ((uint32_t)datetime->year - 1970U) * DAYS_IN_A_YEAR; in RTC_ConvertDatetimeToSeconds()
152 daysInYear = DAYS_IN_A_YEAR; in RTC_ConvertSecondsToDatetime()
163 daysInYear = DAYS_IN_A_YEAR; in RTC_ConvertSecondsToDatetime()
167 daysInYear = DAYS_IN_A_YEAR + 1U; in RTC_ConvertSecondsToDatetime()
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_rtc.c23 #define DAYS_IN_A_YEAR (365U) macro
101 seconds = ((uint32_t)datetime->year - 1970U) * DAYS_IN_A_YEAR; in RTC_ConvertDatetimeToSeconds()
152 daysInYear = DAYS_IN_A_YEAR; in RTC_ConvertSecondsToDatetime()
163 daysInYear = DAYS_IN_A_YEAR; in RTC_ConvertSecondsToDatetime()
167 daysInYear = DAYS_IN_A_YEAR + 1U; in RTC_ConvertSecondsToDatetime()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_snvs_hp.c23 #define DAYS_IN_A_YEAR (365U) macro
140 seconds = (((uint32_t)datetime->year - 1970U) * DAYS_IN_A_YEAR); in SNVS_HP_ConvertDatetimeToSeconds()
190 daysInYear = DAYS_IN_A_YEAR; in SNVS_HP_ConvertSecondsToDatetime()
201 daysInYear = DAYS_IN_A_YEAR; in SNVS_HP_ConvertSecondsToDatetime()
205 daysInYear = DAYS_IN_A_YEAR + 1U; in SNVS_HP_ConvertSecondsToDatetime()
Dfsl_snvs_lp.c23 #define DAYS_IN_A_YEAR (365U) macro
135 seconds = ((uint32_t)datetime->year - 1970U) * DAYS_IN_A_YEAR; in SNVS_LP_ConvertDatetimeToSeconds()
185 daysInYear = DAYS_IN_A_YEAR; in SNVS_LP_ConvertSecondsToDatetime()
196 daysInYear = DAYS_IN_A_YEAR; in SNVS_LP_ConvertSecondsToDatetime()
200 daysInYear = DAYS_IN_A_YEAR + 1U; in SNVS_LP_ConvertSecondsToDatetime()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_rtc.c23 #define DAYS_IN_A_YEAR (365U) macro
101 seconds = ((uint32_t)datetime->year - 1970U) * DAYS_IN_A_YEAR; in RTC_ConvertDatetimeToSeconds()
151 daysInYear = DAYS_IN_A_YEAR; in RTC_ConvertSecondsToDatetime()
162 daysInYear = DAYS_IN_A_YEAR; in RTC_ConvertSecondsToDatetime()
166 daysInYear = DAYS_IN_A_YEAR + 1U; in RTC_ConvertSecondsToDatetime()