Home
last modified time | relevance | path

Searched refs:calendar (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/drivers/rtc/
Drtc_sam0.c128 RTC_MODE2_CLOCK_Type calendar = cfg->regs->MODE2.CLOCK; in rtc_sam0_get_time() local
130 timeptr->tm_sec = calendar.bit.SECOND; in rtc_sam0_get_time()
131 timeptr->tm_min = calendar.bit.MINUTE; in rtc_sam0_get_time()
132 timeptr->tm_hour = calendar.bit.HOUR; in rtc_sam0_get_time()
133 timeptr->tm_mday = calendar.bit.DAY; in rtc_sam0_get_time()
134 timeptr->tm_mon = calendar.bit.MONTH - 1; in rtc_sam0_get_time()
135 timeptr->tm_year = calendar.bit.YEAR + 99; in rtc_sam0_get_time()
182 RTC_MODE2_ALARM_Type calendar) in rtc_sam0_tm_from_datetime() argument
187 timeptr->tm_sec = calendar.bit.SECOND; in rtc_sam0_tm_from_datetime()
191 timeptr->tm_min = calendar.bit.MINUTE; in rtc_sam0_tm_from_datetime()
[all …]
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.samd5x47 xosc32 or osculp32k. When using RTC in calendar mode the GCLK should
DKconfig.samd2x50 connected on the xosc32. When using RTC in calendar mode
/Zephyr-latest/modules/lvgl/
DCMakeLists.txt273 ${LVGL_DIR}/src/widgets/calendar/lv_calendar.c
274 ${LVGL_DIR}/src/widgets/calendar/lv_calendar_chinese.c
275 ${LVGL_DIR}/src/widgets/calendar/lv_calendar_header_arrow.c
276 ${LVGL_DIR}/src/widgets/calendar/lv_calendar_header_dropdown.c
/Zephyr-latest/doc/kernel/
Dtimeutil.rst59 converted to ``struct tm`` representing calendar time with `gmtime()
62 the calendar time representation and deal with sub-second offsets separately.
232 calendar time representations using the UNIX epoch, UNIX Leap Time is an ideal
/Zephyr-latest/boards/dragino/lsn50/doc/
Dindex.rst39 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/dragino/nbsn95/doc/
Dindex.rst38 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/weact/stm32f405_core/doc/
Dindex.rst40 - RTC with hardware calendar
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/
Dindex.rst51 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l432kc/doc/
Dindex.rst41 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l433rc_p/doc/
Dindex.rst41 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/stm32l476g_disco/doc/
Dindex.rst59 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/stm32f769i_disco/doc/
Dindex.rst79 - RTC: sub-second accuracy, hardware calendar
/Zephyr-latest/boards/st/nucleo_g474re/doc/
Dindex.rst39 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_g431rb/doc/
Dindex.rst39 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l496zg/doc/
Dindex.rst47 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/b_l072z_lrwan1/doc/
Dindex.rst69 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/
Dindex.rst57 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/stm32l496g_disco/doc/
Dindex.rst63 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l476rg/doc/
Dindex.rst45 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l4a6zg/doc/
Dindex.rst47 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/
Dindex.rst50 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l452re/doc/
Dindex.rst51 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/disco_l475_iot1/doc/
Dindex.rst53 - RTC with HW calendar, alarms and calibration
/Zephyr-latest/boards/st/nucleo_l412rb_p/doc/
Dindex.rst83 - RTC with HW calendar, alarms and calibration

12