Home
last modified time | relevance | path

Searched refs:day_of_week (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h206 day_of_week : 7, member
302 day_of_week : 7, member
357 day_of_week : 7, member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h133 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member
225 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member
624 day_of_week : 7, /*!< The value of Schedule days of the week for the action */ member
711 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member
803 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h177 uint64_t day_of_week : 7; /* Schedule days of the week for the action */ member
195 uint64_t day_of_week : 7; /* Schedule days of the week for the action */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c949 val |= ((uint64_t)(reg->day_of_week) << 45) | ((uint64_t)(reg->second) << 39); in get_schedule_reg_state()
1055 second = 0U, day_of_week = 0U, action = 0U, trans_time = 0U; in scheduler_act_set() local
1074 day_of_week = (value >> 45) & BIT_MASK(7); in scheduler_act_set()
1109 .scheduler_act_set.day_of_week = day_of_week, in scheduler_act_set()
1126 srv->state->schedules[index].day_of_week = day_of_week; in scheduler_act_set()
1139 .scheduler_act_set.day_of_week = day_of_week, in scheduler_act_set()