/Zephyr-latest/subsys/shell/modules/ |
D | date_service.c | 41 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/ |
D | rtc_shell.c | 42 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()
|
D | rtc_numaker.c | 50 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()
|
D | rtc_rpi_pico.c | 116 .month = timeptr->tm_mon + 1, in rtc_rpi_pico_set_time() 147 timeptr->tm_mon = dt.month - 1; in rtc_rpi_pico_get_time()
|
D | rtc_ifx_cat1.c | 132 z_time->tm_mon = (int)(pdlTime->month - 1u); in _ifx_cat1_rtc_from_pdl_time()
|
/Zephyr-latest/drivers/counter/ |
D | rtc_mcp7940n.c | 90 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()
|
D | counter_cmos.c | 41 month, member 187 epoch = hinnant(state.year + 2000, state.month, state.day); in get_value()
|
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/ |
D | main.c | 141 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/ |
D | simcom-sim7080.h | 98 uint8_t month; member
|
/Zephyr-latest/samples/drivers/gnss/ |
D | README.rst | 25 …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/ |
D | main.c | 38 test_data.utc.month = 5; in test_gnss_data()
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 33 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/ |
D | gnss_dump.c | 125 utc->month_day, utc->month, utc->century_year); in gnss_dump_time()
|
D | gnss_emul.c | 382 data->data.utc.month = datetime.tm_mon + 1; in gnss_emul_set_utc()
|
D | gnss_nmea0183.c | 374 utc->month = (uint8_t)i32; in gnss_nmea0183_parse_ddmmyy()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gnss.h | 160 uint8_t month; member
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | ots.h | 508 uint8_t month; member
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 80 or day-of-month; the date is selected to preserve that information::
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 100 20:16 = Day of month (1..31)
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 50 * Calendar time as a year, month, day, hour, minutes, and seconds relative to
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 7 1.5.0. This is the first release to follow the 3-month release cadence.
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 271 The list of issues shall be reviewed at least once a month by the
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 258 p_date_time->month = net_buf_simple_pull_u8(buf); in date_time_decode()
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1933 target_buf->time.month = mdm_pdu_read_time(pdu, index++); in mdm_decode_pdu()
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 12 roughly 4-month release cycle allows the project to coordinate development of
|