Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_ifx_cat1.c117 static void _ifx_cat1_rtc_from_pdl_time(cy_stc_rtc_config_t *pdlTime, const int year, in _ifx_cat1_rtc_from_pdl_time() argument
120 CY_ASSERT(pdlTime != NULL); in _ifx_cat1_rtc_from_pdl_time()
123 z_time->tm_sec = (int)pdlTime->sec; in _ifx_cat1_rtc_from_pdl_time()
124 z_time->tm_min = (int)pdlTime->min; in _ifx_cat1_rtc_from_pdl_time()
125 z_time->tm_hour = (int)pdlTime->hour; in _ifx_cat1_rtc_from_pdl_time()
126 z_time->tm_mday = (int)pdlTime->date; in _ifx_cat1_rtc_from_pdl_time()
132 z_time->tm_mon = (int)(pdlTime->month - 1u); in _ifx_cat1_rtc_from_pdl_time()
133 z_time->tm_wday = (int)(pdlTime->dayOfWeek - 1u); in _ifx_cat1_rtc_from_pdl_time()