Home
last modified time | relevance | path

Searched refs:day (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h202 day : 5, member
298 day : 5, member
353 day : 5, member
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h129 uint64_t day : 5; /*!< Scheduled day of the month for the action */ member
221 uint64_t day : 5; /*!< Scheduled day of the month for the action */ member
620 day : 5, /*!< The value of Scheduled day of the month for the action */ member
707 uint64_t day : 5; /*!< Scheduled day of the month for the action */ member
799 uint64_t day : 5; /*!< Scheduled day of the month for the action */ member
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/
Dcommon.c494 tm->day = tm2->tm_mday; in os_gmtime()
500 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
505 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || in os_mktime()
513 tm.tm_mday = day; in os_mktime()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h173 uint64_t day : 5; /* Scheduled day of the month for the action */ member
191 uint64_t day : 5; /* Scheduled day of the month for the action */ member
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c945 val |= ((uint64_t)(reg->day) << 23) | ((uint64_t)(reg->month) << 11); in get_schedule_reg_state()
1052 uint8_t index = 0U, year = 0U, day = 0U, hour = 0U, minute = 0U, in scheduler_act_set() local
1068 day = (value >> 23) & BIT_MASK(5); in scheduler_act_set()
1103 .scheduler_act_set.day = day, in scheduler_act_set()
1120 srv->state->schedules[index].day = day; in scheduler_act_set()
1133 .scheduler_act_set.day = day, in scheduler_act_set()
/hal_espressif-3.7.0/components/wpa_supplicant/port/include/
Dos.h55 int day; /* 1..31 */ member
100 int os_mktime(int year, int month, int day, int hour, int min, int sec,
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/
Dx509v3.c576 int year, month, day, hour, min, sec; in x509_parse_time() local
638 day = parse_uint2(pos, end - pos); in x509_parse_time()
639 if (day < 0) { in x509_parse_time()
669 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.c4072 tm.year, tm.month, tm.day, in dpp_build_conf_obj_dpp()
4753 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local
4768 &year, &month, &day, &hour, &min, &sec) != 6) { in dpp_key_expired()
4774 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()