Home
last modified time | relevance | path

Searched defs:rtc_time (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Drtc.h61 struct rtc_time { struct
62 int tm_sec; /**< Seconds [0, 59] */
63 int tm_min; /**< Minutes [0, 59] */
64 int tm_hour; /**< Hours [0, 23] */
65 int tm_mday; /**< Day of the month [1, 31] */
66 int tm_mon; /**< Month [0, 11] */
67 int tm_year; /**< Year - 1900 */
68 int tm_wday; /**< Day of the week [0, 6] (Sunday = 0) (Unknown = -1) */
69 int tm_yday; /**< Day of the year [0, 365] (Unknown = -1) */
70 int tm_isdst; /**< Daylight saving time flag [-1] (Unknown = -1) */
[all …]
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_rtc.c236 uint32_t rtc_date, rtc_time; in rtc_stm32_read() local
300 uint32_t rtc_time, ticks; in rtc_stm32_read() local
/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c405 LL_RTC_TimeTypeDef rtc_time; in rtc_stm32_set_time() local
479 uint32_t rtc_date, rtc_time; in rtc_stm32_get_time() local
Drtc_rx8130ce.c168 struct rx8130ce_time rtc_time; in rx8130ce_get_time() local
198 struct rx8130ce_time rtc_time; in rx8130ce_set_time() local