Searched refs:calendar (Results 1 – 25 of 49) sorted by relevance
12
/Zephyr-latest/drivers/rtc/ |
D | rtc_sam0.c | 128 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/ |
D | Kconfig.samd5x | 47 xosc32 or osculp32k. When using RTC in calendar mode the GCLK should
|
D | Kconfig.samd2x | 50 connected on the xosc32. When using RTC in calendar mode
|
/Zephyr-latest/modules/lvgl/ |
D | CMakeLists.txt | 273 ${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/ |
D | timeutil.rst | 59 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/ |
D | index.rst | 39 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/dragino/nbsn95/doc/ |
D | index.rst | 38 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/weact/stm32f405_core/doc/ |
D | index.rst | 40 - RTC with hardware calendar
|
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/ |
D | index.rst | 51 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l432kc/doc/ |
D | index.rst | 41 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l433rc_p/doc/ |
D | index.rst | 41 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/stm32l476g_disco/doc/ |
D | index.rst | 59 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/stm32f769i_disco/doc/ |
D | index.rst | 79 - RTC: sub-second accuracy, hardware calendar
|
/Zephyr-latest/boards/st/nucleo_g474re/doc/ |
D | index.rst | 39 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 39 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l496zg/doc/ |
D | index.rst | 47 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/b_l072z_lrwan1/doc/ |
D | index.rst | 69 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/ |
D | index.rst | 57 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/stm32l496g_disco/doc/ |
D | index.rst | 63 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l476rg/doc/ |
D | index.rst | 45 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l4a6zg/doc/ |
D | index.rst | 47 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/ |
D | index.rst | 50 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l452re/doc/ |
D | index.rst | 51 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/disco_l475_iot1/doc/ |
D | index.rst | 53 - RTC with HW calendar, alarms and calibration
|
/Zephyr-latest/boards/st/nucleo_l412rb_p/doc/ |
D | index.rst | 83 - RTC with HW calendar, alarms and calibration
|
12