/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/ |
D | genie_timer.c | 105 int month = 0; in convert_unix_to_utc() local 217 month = value; // zero based in convert_unix_to_utc() 221 utc.month = month; in convert_unix_to_utc() 239 days += g_noleap_daysbeforemonth[utc_time->month]; in convert_utc_to_unix() 241 if (utc_time->month >= 2 && is_leap_year(utc_time->year)) { in convert_utc_to_unix() 263 local_time.month++; in month_update() 265 if (local_time.month >= 12) { in month_update() 266 local_time.month = 0; in month_update() 283 uint8_t month_day = month_days_list[local_time.month]; in days_update() 709 local_time.year, local_time.month + 1, local_time.day, in genie_timer_local_time_show() [all …]
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_time_scene_model_api.h | 128 uint64_t month : 12; /*!< Scheduled month for the action */ member 220 uint64_t month : 12; /*!< Scheduled month for the action */ member 619 month : 12, /*!< The value of Scheduled month for the action */ member 706 uint64_t month : 12; /*!< Scheduled month for the action */ member 798 uint64_t month : 12; /*!< Scheduled month for the action */ member
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/ |
D | common.c | 408 tm->month = tm2->tm_mon + 1; in os_gmtime() 413 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument 418 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || in os_mktime() 425 tm.tm_mon = month - 1; in os_mktime()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | time_scene_server.h | 201 month : 12, member 297 month : 12, member 352 month : 12, member
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | time_scene_client.h | 172 uint64_t month : 12; /* Scheduled month for the action */ member 190 uint64_t month : 12; /* Scheduled month for the action */ member
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/server/ |
D | time_scene_server.c | 945 val |= ((uint64_t)(reg->day) << 23) | ((uint64_t)(reg->month) << 11); in get_schedule_reg_state() 1054 uint16_t month = 0U, scene_number = 0U; in scheduler_act_set() local 1067 month = (value >> 11) & BIT_MASK(12); in scheduler_act_set() 1102 .scheduler_act_set.month = month, in scheduler_act_set() 1119 srv->state->schedules[index].month = month; in scheduler_act_set() 1132 .scheduler_act_set.month = month, in scheduler_act_set()
|
/hal_espressif-3.4.0/components/wpa_supplicant/port/include/ |
D | os.h | 46 int month; /* 1..12 */ member 90 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/main/ |
D | nmea_parser_example_main.c | 42 gps->date.year + YEAR_BASE, gps->date.month, gps->date.day, in gps_event_handler()
|
D | nmea_parser.h | 83 uint8_t month; /*!< Month (start from 1) */ member
|
D | nmea_parser.c | 282 esp_gps->parent.date.month = convert_two_digit2number(esp_gps->item_str + 2); in parse_rmc()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/ |
D | genie_timer.h | 35 volatile uint8_t month; // 0-11 member
|
/hal_espressif-3.4.0/docs/ |
D | generate_chart.py | 104 return (datetime2.year * 12 + datetime2.month) - (datetime_1.year * 12 + datetime_1.month)
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 4072 tm.year, tm.month, tm.day, in dpp_build_conf_obj_dpp() 4751 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local 4766 &year, &month, &day, &hour, &min, &sec) != 6) { in dpp_key_expired() 4772 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()
|
/hal_espressif-3.4.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 1638 The Hatter was the first to break the silence. ‘What day of the month 1659 funny watch!’ she remarked. ‘It tells the day of the month, and doesn’t
|