Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h372 uint32_t period_start; /**< Start of the current period. */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c111 elapsed = k_uptime_get_32() - pub->period_start; in next_period()
160 pub->period_start = k_uptime_get_32(); in publish_start()
272 pub->period_start = k_uptime_get_32(); in mod_publish()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h393 uint32_t period_start; /*!< Start of the current period. */ member