Home
last modified time | relevance | path

Searched refs:MSEC_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h26 #define MSEC_PER_SEC 1000 macro
29 #define USEC_PER_SEC ((USEC_PER_MSEC) * (MSEC_PER_SEC))
32 #define NSEC_PER_SEC ((NSEC_PER_USEC) * (USEC_PER_MSEC) * (MSEC_PER_SEC))
96 #define K_SECONDS(s) K_MSEC((s) * MSEC_PER_SEC)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c1493 BT_INFO("Settings store, waiting %d seconds", timeout / MSEC_PER_SEC); in schedule_store()