Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h81 uint8_t subsecond; member
260 uint8_t subsecond; member
268 uint8_t subsecond; member
318 uint8_t subsecond; member
367 uint8_t subsecond; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h481 uint8_t subsecond; /*!< The value of the Subsecond field */ member
653 uint8_t subsecond; /*!< The sub-second time in units of 1/256 second */ member
663 uint8_t subsecond; /*!< The sub-second time in units of 1/256 second */ member
750 uint8_t subsecond; /*!< The sub-second time in units of 1/256 second */ member
826 uint8_t subsecond; /*!< The sub-second time in units of 1/256 second */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c81 net_buf_simple_add_u8(msg, srv->state->time.subsecond); in send_time_status()
98 net_buf_simple_add_u8(msg, srv->state->time.subsecond); in send_time_status()
227 status.time_status.subsecond = net_buf_simple_pull_u8(buf); in time_get()
250 srv->state->time.subsecond = net_buf_simple_pull_u8(buf); in time_get()
259 change.time_status.subsecond = srv->state->time.subsecond; in time_get()
323 set.time_set.subsecond = net_buf_simple_pull_u8(buf); in time_set()
335 srv->state->time.subsecond = net_buf_simple_pull_u8(buf); in time_set()
403 change.time_set.subsecond = srv->state->time.subsecond; in time_set()