Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h203 hour : 5, member
299 hour : 5, member
354 hour : 5, member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h130 uint64_t hour : 5; /*!< Scheduled hour for the action */ member
222 uint64_t hour : 5; /*!< Scheduled hour for the action */ member
621 hour : 5, /*!< The value of Scheduled hour for the action */ member
708 uint64_t hour : 5; /*!< Scheduled hour for the action */ member
800 uint64_t hour : 5; /*!< Scheduled hour for the action */ member
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c493 tm->hour = tm2->tm_hour; in os_gmtime()
500 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
506 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime()
514 tm.tm_hour = hour; in os_mktime()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h174 uint64_t hour : 5; /* Scheduled hour for the action */ member
192 uint64_t hour : 5; /* Scheduled hour for the action */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c948 val |= ((uint64_t)(reg->minute) << 33) | ((uint64_t)(reg->hour) << 28); in get_schedule_reg_state()
1054 uint8_t index = 0U, year = 0U, day = 0U, hour = 0U, minute = 0U, in scheduler_act_set() local
1071 hour = (value >> 28) & BIT_MASK(5); in scheduler_act_set()
1088 if (hour > SCHEDULE_HOUR_ONCE_A_DAY) { in scheduler_act_set()
1089 BT_ERR("Invalid Scheduler Register hour 0x%02x", hour); in scheduler_act_set()
1106 .scheduler_act_set.hour = hour, in scheduler_act_set()
1123 srv->state->schedules[index].hour = hour; in scheduler_act_set()
1136 .scheduler_act_set.hour = hour, in scheduler_act_set()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h55 int hour; /* 0..23 */ member
101 int os_mktime(int year, int month, int day, int hour, int min, int sec,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c615 if (value->hour > 0x19) { in bt_mesh_time_scene_client_set_state()
616 BT_ERR("Scheduler Register hour 0x%02x is prohibited", value->hour); in bt_mesh_time_scene_client_set_state()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dx509v3.c576 int year, month, day, hour, min, sec; in x509_parse_time() local
646 hour = parse_uint2(pos, end - pos); in x509_parse_time()
647 if (hour < 0) { in x509_parse_time()
669 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c4073 tm.hour, tm.min, tm.sec); in dpp_build_conf_obj_dpp()
4756 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local
4771 &year, &month, &day, &hour, &min, &sec) != 6) { in dpp_key_expired()
4777 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()
4790 items = sscanf(pos + 1, "%02u:%02u", &hour, &min); in dpp_key_expired()
4798 utime += 3600 * hour; in dpp_key_expired()
4800 utime -= 3600 * hour; in dpp_key_expired()
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in601 necessarily need to happen every hour (thanks to the flexible
608 the 96 hour minimum gets split into. After each interval the
1140 This option removes the 96 hour limit of the IV Update Procedure and
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1170 Default is 900 s (15 minutes). Range is 1 s to 1 hour (3600 s).