Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h108 #define K_MINUTES(m) K_SECONDS((m) * 60) macro
120 #define K_HOURS(h) K_MINUTES((h) * 60)
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Daccess.c82 period = K_MINUTES((mod->pub->period & BIT_MASK(6)) * 10U); in bt_mesh_model_pub_period_get()