Home
last modified time | relevance | path

Searched refs:padding_1 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h63 uint16_t padding_1 : 1; /* Always 0b0. Other values are Prohibited. */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h184 uint16_t padding_1 : 1; /*!< Always 0b0. Other values are Prohibited. */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c183 status->padding_1 = (temp >> 15) & BIT(0); in time_scene_status()