Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/modules/
Ddate_service.c41 int month; in get_y_m_d() local
52 month = strtol(date_str, &endptr, 10); in get_y_m_d()
57 if ((month < 1) || (month > 12)) { in get_y_m_d()
76 t->tm_mon = month - 1; in get_y_m_d()
/Zephyr-latest/drivers/rtc/
Drtc_shell.c42 char month[2 + 1]; in consume_date() local
55 s = consume_chars(s, month, 2); in consume_date()
71 tm_time->tm_mon = atoi(month) - 1; in consume_date()
Drtc_numaker.c50 uint32_t month; /* Month value */ member
80 curr_time.month = timeptr->tm_mon + 1; in rtc_numaker_set_time()
114 timeptr->tm_mon = curr_time.month - 1; in rtc_numaker_get_time()
239 alarm_time.month = timeptr->tm_mon + 1; in rtc_numaker_alarm_set_time()
307 timeptr->tm_mon = alarm_time.month - 1; in rtc_numaker_alarm_get_time()
Drtc_rpi_pico.c116 .month = timeptr->tm_mon + 1, in rtc_rpi_pico_set_time()
147 timeptr->tm_mon = dt.month - 1; in rtc_rpi_pico_get_time()
Drtc_ifx_cat1.c132 z_time->tm_mon = (int)(pdlTime->month - 1u); in _ifx_cat1_rtc_from_pdl_time()
/Zephyr-latest/drivers/counter/
Drtc_mcp7940n.c90 time.tm_mon = RTC_BCD_DECODE(data->registers.rtc_month.month) - 1; in decode_rtc()
114 uint8_t month; in encode_rtc() local
118 month = time_buffer->tm_mon + 1; in encode_rtc()
137 data->registers.rtc_month.month_one = month % 10; in encode_rtc()
138 data->registers.rtc_month.month_ten = month / 10; in encode_rtc()
158 uint8_t month; in encode_alarm() local
169 month = time_buffer->tm_mon + 1; in encode_alarm()
180 alm_regs->alm_month.month_one = month % 10; in encode_alarm()
181 alm_regs->alm_month.month_ten = month / 10; in encode_alarm()
Dcounter_cmos.c41 month, member
187 epoch = hinnant(state.year + 2000, state.month, state.day); in get_value()
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/
Dmain.c141 uint8_t month; member
146 {.str = "010203", .month_day = 1, .month = 2, .century_year = 3},
147 {.str = "311299", .month_day = 31, .month = 12, .century_year = 99},
148 {.str = "010100", .month_day = 1, .month = 1, .century_year = 0}
163 zassert_equal(ddmmyy_samples[i].month, utc.month, "Failed to parse month"); in ZTEST()
290 zassert_equal(data.utc.month, 9, "Incorrectly parsed month"); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/modem/
Dsimcom-sim7080.h98 uint8_t month; member
/Zephyr-latest/samples/drivers/gnss/
DREADME.rst25 …gnss: gnss_time: {hour: 16, minute: 17, millisecond 36000, month_day 3, month: 10, century_year: 2…
/Zephyr-latest/tests/drivers/gnss/gnss_dump/src/
Dmain.c38 test_data.utc.month = 5; in test_gnss_data()
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time33 The month the image was compiled, such as 5 (May)
38 The day of the month the image was compiled, such as 9
/Zephyr-latest/drivers/gnss/
Dgnss_dump.c125 utc->month_day, utc->month, utc->century_year); in gnss_dump_time()
Dgnss_emul.c382 data->data.utc.month = datetime.tm_mon + 1; in gnss_emul_set_utc()
Dgnss_nmea0183.c374 utc->month = (uint8_t)i32; in gnss_nmea0183_parse_ddmmyy()
/Zephyr-latest/include/zephyr/drivers/
Dgnss.h160 uint8_t month; member
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h508 uint8_t month; member
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst80 or day-of-month; the date is selected to preserve that information::
/Zephyr-latest/subsys/fs/
DKconfig.fatfs100 20:16 = Day of month (1..31)
/Zephyr-latest/doc/kernel/
Dtimeutil.rst50 * Calendar time as a year, month, day, hour, minutes, and seconds relative to
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst7 1.5.0. This is the first release to follow the 3-month release cadence.
/Zephyr-latest/doc/security/
Dsecure-coding.rst271 The list of issues shall be reviewed at least once a month by the
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c258 p_date_time->month = net_buf_simple_pull_u8(buf); in date_time_decode()
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1933 target_buf->time.month = mdm_pdu_read_time(pdu, index++); in mdm_decode_pdu()
/Zephyr-latest/doc/project/
Drelease_process.rst12 roughly 4-month release cycle allows the project to coordinate development of